]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Make test_aead always use set_nonce function pointer, if non-NULL.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 6 Feb 2023 19:06:13 +0000 (20:06 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 6 Feb 2023 19:28:51 +0000 (20:28 +0100)
ChangeLog

index 353a559075e1d1cc58433281a092a8970185dbbf..b351e5335dade5398d1677875475f5db706fc554 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,9 @@
        data when test fails.
 
 2023-02-01  Niels Möller  <nisse@lysator.liu.se>
+
        * ocb.c (ocb_checksum_n): Implement using 64-bit aligned
-o      operations, with special logic to handle edge bytes.
+       operations, with special logic to handle edge bytes.
 
 2023-01-25  Niels Möller  <nisse@lysator.liu.se>