diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-30 15:13:55 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-30 15:13:55 +0700 |
commit | d4a07a9a76b92e32e32463fbb908a2c531360163 (patch) | |
tree | ab28bf317d3d01ff41c4a38d5fa7077a40b0beec /crypto/src/math/ec | |
parent | Cleanup various warnings, and reformatting (diff) | |
download | BouncyCastle.NET-ed25519-d4a07a9a76b92e32e32463fbb908a2c531360163.tar.xz |
Add SquareN to perform repeated modular squaring
Diffstat (limited to 'crypto/src/math/ec')
-rw-r--r-- | crypto/src/math/ec/custom/sec/SecP256K1Field.cs | 15 | ||||
-rw-r--r-- | crypto/src/math/ec/custom/sec/SecP256R1Field.cs | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/crypto/src/math/ec/custom/sec/SecP256K1Field.cs b/crypto/src/math/ec/custom/sec/SecP256K1Field.cs |