diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-04-15 21:12:11 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-04-15 21:12:11 +0700 |
commit | d79a501212d4012139c714e361577669c75171aa (patch) | |
tree | f78e8c7d34c9448698e17bc341fd8d293814dd3e /crypto/Readme.html | |
parent | Update Readme.html for SHA-3 perf. opts. (diff) | |
download | BouncyCastle.NET-ed25519-d79a501212d4012139c714e361577669c75171aa.tar.xz |
Cache-safety for EC lookup tables
- creation of cache-safe lookup tables delegated to ECCurve - FixedPointCombMultiplier uses cache-safe lookup table - FixedPointCombMultiplier avoids BigInteger.TestBit
Diffstat (limited to 'crypto/Readme.html')
-rw-r--r-- | crypto/Readme.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html index 6588c44fa..a9f999fff 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -299,6 +299,7 @@ We state, where EC MQV has not otherwise been disabled or removed: <h5>Additional Features and Functionality</h5> <ul> <li>Further work has been done on improving SHA-3 performance.</li> + <li>EC key generation and signing now use cache-timing resistant table lookups.</li> </ul> <h5>Additional Notes</h5> <ul> |