summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 398c8cfe71..074bd3caf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2021-09-18 Bruno Haible <bruno@clisp.org>
+ sm3-buffer: New module.
+ * lib/sm3-stream.c: New file, extracted from lib/sm3.c.
+ * lib/sm3.c: Don't include stdlib.h, unlocked-io.h.
+ (BLOCKSIZE, sm3_stream): Moved to sm3-stream.c.
+ * lib/sm3.h: Tweak.
+ * modules/crypto/sm3-buffer: New file, based on modules/crypto/sm3.
+ * modules/crypto/sm3: Rewritten.
+
+2021-09-18 Bruno Haible <bruno@clisp.org>
+
sha512-buffer tests: New module.
* tests/test-sha512-stream.c: Renamed from tests/test-sha512.c.
* modules/crypto/sha512-buffer-tests: New file, based on