diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-04-15 20:57:24 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-04-15 20:57:24 +0700 |
commit | d8b12b203a8a1922bf44eeaef9a13f6f6dd8e294 (patch) | |
tree | 4bcd05d0f8f823e23ff4ed01fabe5d48b8c3a7c5 /crypto | |
parent | Perf. opts. in Keccak/SHA3 (diff) | |
download | BouncyCastle.NET-ed25519-d8b12b203a8a1922bf44eeaef9a13f6f6dd8e294.tar.xz |
Update Readme.html for SHA-3 perf. opts.
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Readme.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html index 8594f8b96..6588c44fa 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -31,6 +31,8 @@ <a href="#mozTocId3413">Notes:</a> <ol> <li> + <a href="#mozTocId85317">Release 1.8.3</a> + <li> <a href="#mozTocId85316">Release 1.8.2</a> <li> <a href="#mozTocId85315">Release 1.8.1</a> @@ -292,6 +294,20 @@ We state, where EC MQV has not otherwise been disabled or removed: <hr style="WIDTH: 100%; HEIGHT: 2px"> <h3><a class="mozTocH3" name="mozTocId3413"></a>Notes:</h3> + <h4><a class="mozTocH4" name="mozTocId85317"></a>Release 1.8.3, TBD</h4> + + <h5>Additional Features and Functionality</h5> + <ul> + <li>Further work has been done on improving SHA-3 performance.</li> + </ul> + <h5>Additional Notes</h5> + <ul> + <li> + See the (cumulative) list of GitHub pull requests that we have accepted at + <a href="https://github.com/bcgit/bc-csharp/pulls?q=is%3Apr+is%3Aclosed">bcgit/bc-csharp</a>. + </li> + </ul> + <h4><a class="mozTocH4" name="mozTocId85316"></a>Release 1.8.2, Monday April 9, 2018</h4> <h5>Security Advisory</h5> |