1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-23 20:15:19 -07:00

Make the number of iterations configurable; reduce the default

This commit is contained in:
Frank Denis 2017-08-04 23:16:42 +02:00
parent 28a1e6886e
commit 6d59a5897d

View File

@ -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)
{