From: Niels Möller Date: Wed, 6 Dec 2023 08:37:44 +0000 (+0100) Subject: ChangeLog entries for drbg-ctr. X-Git-Tag: nettle_3.10rc1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbfcb851b52202c46d808d5f08dc9852249137c0;p=thirdparty%2Fnettle.git ChangeLog entries for drbg-ctr. --- diff --git a/ChangeLog b/ChangeLog index c2cbf32e..ca50c7e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2023-12-06 Niels Möller + + 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 From Tim Kosse: