summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2022-06-09 18:27:47 +0200
committerNiels Möller <nisse@lysator.liu.se>2022-06-09 18:41:27 +0200
commit8beda43fef902f4563a7629a2cd1cb1e991d8fcf (patch)
tree376bd75c05cbe04ae257c0cbfca3bd11eabbfa44 /ChangeLog
parent4e281b14129574195e6dc74bf3461241878b781d (diff)
downloadnettle-8beda43fef902f4563a7629a2cd1cb1e991d8fcf.tar.gz
Use new sha256_compress and sha512_compress functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3def44a5..abe6853e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
2022-06-09 Niels Möller <nisse@lysator.liu.se>
- From Corentin Labbe:
+ Based on patches from Corentin Labbe:
* sha2.h: Declare new functions.
* sha256.c (sha256_compress): New function.
+ (COMPRESS): Updated to use sha256_compress.
+ (sha256_write_digest): Use sha256_compress directly.
* sha512.c (sha512_compress): New function.
+ (COMPRESS): Updated to use sha512_compress.
+ (sha512_write_digest): Use sha512_compress directly.
2022-06-02 Niels Möller <nisse@lysator.liu.se>