From fbfcb851b52202c46d808d5f08dc9852249137c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 6 Dec 2023 09:37:44 +0100 Subject: [PATCH] ChangeLog entries for drbg-ctr. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index c2cbf32e..ca50c7e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2023-12-06 Niels Möller <nisse@lysator.liu.se> + + From Simon Josefsson: + * drbg-ctr.h (struct drbg_ctr_aes256_ctx): New context struct. + (DRBG_CTR_AES256_SEED_SIZE): New constant. + * drbg-ctr-aes256.c (drbg_ctr_aes256_update) + (drbg_ctr_aes256_init, drbg_ctr_aes256_random): New file, new functions. + * testsuite/drbg-ctr-aes256-test.c: New testcase. + * nettle.texinfo (Randomness): Document DRBG-CTR. + 2023-12-05 Niels Möller <nisse@lysator.liu.se> From Tim Kosse: -- GitLab