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
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: A4FE39CF49CBC553

Vedi File

@ -3,7 +3,7 @@
#include <stdio.h>
#include <string.h>
#define NTESTS 10000
#define NTESTS 100
int test_keys() {
unsigned char key_a[CRYPTO_BYTES], key_b[CRYPTO_BYTES];