Browse Source

Reduce the number of functional tests

master
Joost Rijneveld 5 years ago
parent
commit
8c5f2773cb
No known key found for this signature in database GPG Key ID: A4FE39CF49CBC553
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      crypto_kem/test.c

+ 1
- 1
crypto_kem/test.c View 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];


Loading…
Cancel
Save