(Arne Babenhauserheide)
2014-01-09: run tinyenc.c 10^6 times so I can actually count the time. run tinyenc.c 10^6 times so I can actually count the time.
diff --git a/examples/tinyenc.c b/examples/tinyenc.c --- a/examples/tinyenc.c +++ b/examples/tinyenc.c @@ -35,7 +35,7 @@ int main () uint32_t k[] = {0, 0, 0, 9}; int i; // performance test - for (i=0; i<100000; i++) + for (i=0; i<1000000; i++) // 10^6! { encrypt(v, k); printf("v1: %u\n", v[1]);