]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Add benchmarking of ocb_aes128.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 25 Jan 2023 09:33:12 +0000 (10:33 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 6 Feb 2023 19:20:56 +0000 (20:20 +0100)
ChangeLog
examples/nettle-benchmark.c

index 5974e54592a3209ea9a43cb5b01ee713d0d3fb50..707d686ac9c209a111a6624d6fc941cb275f79b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
        pointer if non-NULL, test varying alignment, output the unexpected
        data when test fails.
 
+2023-01-25  Niels Möller  <nisse@lysator.liu.se>
+
+       * examples/nettle-benchmark.c (main): Benchmark ocb_aes128.
+
 2022-12-05  Niels Möller  <nisse@lysator.liu.se>
 
        * xts-aes128.c (xts_aes128_encrypt_message)
index 802a72340af9e5f133565355c61db5d12a08e611..613b1dcfe3e3760215f689a5b1fc06f8d867e687 100644 (file)
@@ -949,6 +949,7 @@ main(int argc, char **argv)
       &nettle_gcm_camellia256,
       &nettle_eax_aes128,
       &nettle_chacha_poly1305,
+      &nettle_ocb_aes128,
       NULL
     };