diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-09-25 21:55:19 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-09-25 21:55:19 +0700 |
commit | 04e57f9ff6d5f18189e7bfe322caa63d4a8fde0b (patch) | |
tree | 22b203e95a776919513ef637736205606494e6f7 /crypto/src | |
parent | Port of SM4 from Java API (diff) | |
download | BouncyCastle.NET-ed25519-04e57f9ff6d5f18189e7bfe322caa63d4a8fde0b.tar.xz |
RFC 8032: Avoid unnecessary doublings in precomputation
Diffstat (limited to 'crypto/src')
-rw-r--r-- | crypto/src/math/ec/rfc8032/Ed25519.cs | 7 | ||||
-rw-r--r-- | crypto/src/math/ec/rfc8032/Ed448.cs | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/crypto/src/math/ec/rfc8032/Ed25519.cs b/crypto/src/math/ec/rfc8032/Ed25519.cs |