summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>2021-11-29 20:32:36 +0800
committerNiels Möller <nisse@lysator.liu.se>2021-12-01 20:27:36 +0100
commit78aabc69e6967a2b663ae706846d011586845735 (patch)
tree9a85bdac331c9e1461709a420221cba63e6db1d6
parent7f77ccb456be82794b0d2d89ac6297b6e1fe2079 (diff)
downloadnettle-sm3.tar.gz
nettle-benchmark: bench SM3 hashessm3
Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
-rw-r--r--examples/nettle-benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nettle-benchmark.c b/examples/nettle-benchmark.c
index 50a5815a..ba5dd284 100644
--- a/examples/nettle-benchmark.c
+++ b/examples/nettle-benchmark.c
@@ -909,7 +909,7 @@ main(int argc, char **argv)
&nettle_sha3_384, &nettle_sha3_512,
&nettle_ripemd160, &nettle_gosthash94,
&nettle_gosthash94cp, &nettle_streebog256,
- &nettle_streebog512,
+ &nettle_streebog512, &nettle_sm3,
NULL
};