1
1
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:
Joost Rijneveld 2019-01-15 16:50:07 +01:00
parent 39dfbe4e32
commit 8c5f2773cb
No known key found for this signature in database
GPG Key ID: A4FE39CF49CBC553

View File

@ -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];