summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-03-09 22:14:34 +0100
committerNiels Möller <nisse@lysator.liu.se>2020-03-09 22:14:34 +0100
commit85a2b7f27bce13683a3aade7e0005edee202e045 (patch)
tree334687e3b1fe3bfccde26e33df155111878d7ba6
parentede524e52548039cb735bde5905f94b786987ea2 (diff)
downloadnettle-85a2b7f27bce13683a3aade7e0005edee202e045.tar.gz
ChangeLog for previous change.
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ae1a44a..f741174a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2020-03-09 Niels Möller <nisse@lysator.liu.se>
+
+ From Daiki Ueno:
+ * chacha-crypt.c (chacha_crypt32): New function.
+ * chacha-set-nonce.c (chacha_set_counter, chacha_set_counter32):
+ New functions.
+ * chacha.h (CHACHA_COUNTER_SIZE, CHACHA_COUNTER32_SIZE): New constants.
+ * chacha-poly1305.c (chacha_poly1305_encrypt)
+ (chacha_poly1305_decrypt): Use chacha_crypt32.
+ * testsuite/chacha-test.c: Update tests to use new functions.
+ * nettle.texinfo: Document new chacha functions, and update
+ out-of-date chacha-poly1305 documentation.
+
2020-03-08 Niels Möller <nisse@lysator.liu.se>
From Dmitry Baryshkov: