diff --git a/ChangeLog b/ChangeLog index c2cbf32e94e0b81027d963ad21ad43b8ce64d150..ca50c7e2f9a253067ef6b2a1018197515fda7abd 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: