mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Make the number of iterations configurable; reduce the default
This commit is contained in:
@@ -34,7 +34,9 @@ int xmain(void);
|
||||
|
||||
# include <sys/time.h>
|
||||
|
||||
# define ITERATIONS 256
|
||||
# ifndef ITERATIONS
|
||||
# define ITERATIONS 128
|
||||
# endif
|
||||
|
||||
static unsigned long long now(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user