From: Tianjia Zhang Date: Mon, 21 Feb 2022 08:37:13 +0000 (+0800) Subject: nettle-benchmark: bench SM4 symmetric algorithm X-Git-Tag: nettle_3.9_release_20230514~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52d80a7e099d669ef858aec07b66251440f1b934;p=thirdparty%2Fnettle.git nettle-benchmark: bench SM4 symmetric algorithm Signed-off-by: Tianjia Zhang --- diff --git a/examples/nettle-benchmark.c b/examples/nettle-benchmark.c index ba5dd284..802a7234 100644 --- a/examples/nettle-benchmark.c +++ b/examples/nettle-benchmark.c @@ -63,6 +63,7 @@ #include "sha1.h" #include "sha2.h" #include "sha3.h" +#include "sm4.h" #include "twofish.h" #include "umac.h" #include "cmac.h" @@ -926,6 +927,7 @@ main(int argc, char **argv) &nettle_des3, &nettle_serpent256, &nettle_twofish128, &nettle_twofish192, &nettle_twofish256, + &nettle_sm4, NULL };