diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-28 15:30:24 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-28 15:30:24 +0700 |
commit | 09e818fcc7677148e507409559bcae743d170d57 (patch) | |
tree | f826cdb94aedb6422b4d5c54f7ac86c69516e0c8 /crypto/src/math/ec | |
parent | Implement multi-squaring in-place and use for F2m sqrt() (diff) | |
download | BouncyCastle.NET-ed25519-09e818fcc7677148e507409559bcae743d170d57.tar.xz |
Avoid division when decompressing a lambda-projective point
Diffstat (limited to 'crypto/src/math/ec')
-rw-r--r-- | crypto/src/math/ec/ECCurve.cs | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/crypto/src/math/ec/ECCurve.cs b/crypto/src/math/ec/ECCurve.cs |