diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-09-16 17:09:50 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-09-16 17:09:50 +0700 |
commit | af7355a81832318dd9b3125be82c12389ec0cb90 (patch) | |
tree | f74d46d08aae3daf979437d035c72f4c9ea659f0 /crypto/Readme.html | |
parent | Fixed Rfc3211WrapEngine processing of messages over 127 bytes. (diff) | |
download | BouncyCastle.NET-ed25519-af7355a81832318dd9b3125be82c12389ec0cb90.tar.xz |
Blake2b/s: relax length-only constructor constraints
- addresses https://github.com/bcgit/bc-csharp/issues/142
Diffstat (limited to 'crypto/Readme.html')
-rw-r--r-- | crypto/Readme.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html index 1d1b74f1c..59c333290 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -302,6 +302,10 @@ We state, where EC MQV has not otherwise been disabled or removed: <ul> <li>Rfc3211WrapEngine would not properly handle messages longer than 127 bytes. This has been fixed.</li> </ul> + <h5>Additional Features and Functionality</h5> + <ul> + <li>Restrictions on the output sizes of the Blake2b/s digests have been removed.</li> + </ul> <h4><a class="mozTocH4" name="mozTocId85317"></a>Release 1.8.3, Saturday August 11, 2018</h4> |