diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-02-28 15:59:14 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-02-28 15:59:14 +0700 |
commit | 55af772372bbf933cf54519d99647cbe7aa362f0 (patch) | |
tree | 3ea8b61b8089a2ad20df451c3840ac1bc3e4d2bb /crypto/src/math/ec/custom | |
parent | Optimized Sqrt() for custom secp224r1 (diff) | |
download | BouncyCastle.NET-ed25519-55af772372bbf933cf54519d99647cbe7aa362f0.tar.xz |
Avoid a few negations in Sqrt()
Diffstat (limited to 'crypto/src/math/ec/custom')
-rw-r--r-- | crypto/src/math/ec/custom/sec/SecP224R1FieldElement.cs | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/crypto/src/math/ec/custom/sec/SecP224R1FieldElement.cs b/crypto/src/math/ec/custom/sec/SecP224R1FieldElement.cs |