diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-02-10 15:40:41 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-02-10 15:40:41 +0700 |
commit | 233a8fe2e4b53b5749d9b607a3e74a61d925baf8 (patch) | |
tree | cbe5026d8814934da1d06562183067429a1dab1a /crypto/Contributors.html | |
parent | Fix test namespaces (diff) | |
download | BouncyCastle.NET-ed25519-233a8fe2e4b53b5749d9b607a3e74a61d925baf8.tar.xz |
AesEngine_X86 perf. opts.
- based on suggestions by https://github.com/benaadams - see https://github.com/bcgit/bc-csharp/pull/414
Diffstat (limited to 'crypto/Contributors.html')
-rw-r--r-- | crypto/Contributors.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/Contributors.html b/crypto/Contributors.html index bc132b422..eb826fb7b 100644 --- a/crypto/Contributors.html +++ b/crypto/Contributors.html @@ -271,6 +271,9 @@ University of Wollongong, Institute of Cybersecurity and Cryptology, under the s <li> <p>Jozef Gajdoš (https://github.com/harrison314) - Time constructor optimization, RevokedStatus fix.</p> </li> + <li> + <p>Ben Adams (https://github.com/benaadams) - Performance optimization for AES-NI.</p> + </li> </ul> </body> </html> |