mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 15:39:07 +00:00
Reduce the number of functional tests
This commit is contained in:
parent
39dfbe4e32
commit
8c5f2773cb
@ -3,7 +3,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#define NTESTS 10000
|
#define NTESTS 100
|
||||||
|
|
||||||
int test_keys() {
|
int test_keys() {
|
||||||
unsigned char key_a[CRYPTO_BYTES], key_b[CRYPTO_BYTES];
|
unsigned char key_a[CRYPTO_BYTES], key_b[CRYPTO_BYTES];
|
||||||
|
Loading…
Reference in New Issue
Block a user