From: Niels Möller Date: Mon, 6 Feb 2023 19:06:13 +0000 (+0100) Subject: Make test_aead always use set_nonce function pointer, if non-NULL. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebf0da22777411e8b0176f32a00027977252c6cb;p=thirdparty%2Fnettle.git Make test_aead always use set_nonce function pointer, if non-NULL. --- diff --git a/ChangeLog b/ChangeLog index 353a5590..b351e533 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,8 +5,9 @@ data when test fails. 2023-02-01 Niels Möller + * 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