diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-09-14 18:04:22 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-09-14 18:04:22 +0700 |
commit | d78d99738fc727f2efea7b99f6bc3cc9a083dca1 (patch) | |
tree | 22e201dc65a14ad325ab7dddf6a4bb5ab7b47a03 /crypto/src/math/ec | |
parent | RFC 5958: Update PrivateKeyInfo (diff) | |
download | BouncyCastle.NET-ed25519-d78d99738fc727f2efea7b99f6bc3cc9a083dca1.tar.xz |
Reduce single-bit extractions from scalars
Diffstat (limited to 'crypto/src/math/ec')
-rw-r--r-- | crypto/src/math/ec/multiplier/FixedPointCombMultiplier.cs | 8 | ||||
-rw-r--r-- | crypto/src/math/ec/rfc8032/Ed448.cs | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/crypto/src/math/ec/multiplier/FixedPointCombMultiplier.cs b/crypto/src/math/ec/multiplier/FixedPointCombMultiplier.cs |