aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-15 13:21:09 +0200
committerMattias Andrée <maandree@kth.se>2024-09-15 13:21:09 +0200
commit1f9e94880486a44ed95f8d84a6dc02aa9351bd51 (patch)
tree5e8c4bb300cfea9f213760974b219ccff17a439c /benchmark.c
parentOptimisation for w=8,16,32 (diff)
downloadlibkeccak-master.tar.gz
libkeccak-master.tar.bz2
libkeccak-master.tar.xz
m + split out implemenation for w=8,16,32,64HEADmaster
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'benchmark.c')
-rw-r--r--benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark.c b/benchmark.c
index eec02ba..ef1a0d9 100644
--- a/benchmark.c
+++ b/benchmark.c
@@ -17,7 +17,7 @@
#ifndef L
-# define L 6
+# define L 3
#endif
#ifndef STATE
# define STATE (25 << (L))