Shorten the verify1 test

This commit is contained in:
Frank Denis 2015-12-09 01:37:58 +01:00
parent a84ae0170c
commit fb09514949

View File

@ -21,7 +21,7 @@ int main(void)
v32x = (unsigned char *) sodium_malloc(32);
v64 = (unsigned char *) sodium_malloc(64);
v64x = (unsigned char *) sodium_malloc(64);
for (i = 0; i < 100000; i++) {
for (i = 0; i < 10000; i++) {
randombytes_buf(v16, 16);
randombytes_buf(v32, 32);
randombytes_buf(v64, 64);