Use 5 iteractions for functional tests and test vectors
This commit is contained in:
parent
67ba4b661c
commit
19d177efb3
@ -3,7 +3,7 @@ type: kem
|
||||
claimed-nist-level: 1
|
||||
length-public-key: 9616
|
||||
length-ciphertext: 9720
|
||||
testvectors-sha256: 521ff891de20efe74e6584d09612dae989427ac76261a41630c4e4d6a4fc78a4
|
||||
testvectors-sha256: 8f922de02d41005fcc3c4164b2ab74c4c7b588ed69e34e22607d1ae4ab13d2c5
|
||||
principal-submitter: Douglas Stebila, University of Waterloo
|
||||
auxiliary-submitters:
|
||||
- Erdem Alkim
|
||||
|
@ -3,7 +3,7 @@ type: kem
|
||||
claimed-nist-level: 3
|
||||
length-public-key: 1088
|
||||
length-ciphertext: 1152
|
||||
testvectors-sha256: 0e002ee528febdab1709f100df79ceb00b31a809e03a4fb84e3a72c39235d372
|
||||
testvectors-sha256: 2f5cf9937959eb4a3bc910f71e830e9e0de029b28093c6192d2c3e915913016f
|
||||
principal-submitter: Peter Schwabe
|
||||
auxiliary-submitters:
|
||||
- Roberto Avanzi
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "api.h"
|
||||
#include "randombytes.h"
|
||||
|
||||
#define NTESTS 10
|
||||
#define NTESTS 5
|
||||
|
||||
const uint8_t canary[8] = {
|
||||
0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include "api.h"
|
||||
#include "randombytes.h"
|
||||
|
||||
#define NTESTS 100
|
||||
#define NTESTS 5
|
||||
|
||||
static void printbytes(const uint8_t *x, size_t xlen) {
|
||||
size_t i;
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include "api.h"
|
||||
#include "randombytes.h"
|
||||
|
||||
#define NTESTS 15
|
||||
#define NTESTS 5
|
||||
#define MLEN 32
|
||||
|
||||
const uint8_t canary[8] = {
|
||||
|
Loading…
Reference in New Issue
Block a user