summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2023-02-06 20:06:13 +0100
committerNiels Möller <nisse@lysator.liu.se>2023-02-06 20:28:51 +0100
commitebf0da22777411e8b0176f32a00027977252c6cb (patch)
treea213acbc692bf97f4ea8b384aa2293b872f16f66
parent95ea729d6104b2e7de8608720940433a4a17ad06 (diff)
downloadnettle-ebf0da22777411e8b0176f32a00027977252c6cb.tar.gz
Make test_aead always use set_nonce function pointer, if non-NULL.
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
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 <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>