summary refs log tree commit diff
path: root/crypto/Readme.html
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-05-29 17:34:36 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-05-29 17:34:36 +0700
commit3e1cd145fc0c700ea267dc4e30e6f0ebd99f9c04 (patch)
tree1dacd33f47bb0fe7195d9c09ba87a3e177bf643c /crypto/Readme.html
parentCorrect the error message (diff)
downloadBouncyCastle.NET-ed25519-3e1cd145fc0c700ea267dc4e30e6f0ebd99f9c04.tar.xz
HC128Engine: require exactly 128 bits of IV
Diffstat (limited to 'crypto/Readme.html')
-rw-r--r--crypto/Readme.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html
index a7c903371..cfbfd33f3 100644
--- a/crypto/Readme.html
+++ b/crypto/Readme.html
@@ -333,6 +333,7 @@
         <h5>Defects Fixed</h5>
         <ul>
             <li>AsconEngine: Fixed a buffering bug when decrypting across multiple ProcessBytes calls (ascon128a unaffected).</li>
+            <li>HC128Engine now strictly requires 128 bits of IV.</li>
         </ul>
         <h5>Additional Features and Functionality</h5>
         <ul>