summary refs log tree commit diff
path: root/crypto/src/math/ec/Mod.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add custom curve for secp521r1 (P-521)Peter Dettman2014-02-011-5/+4
* Track carries for a, b to avoid unnecessary add/sub of prime modulusPeter Dettman2014-01-241-17/+42
* Track uvLen to reduce shifting for small operandsPeter Dettman2014-01-241-9/+18
* Add Nat/Mod classes and use instead of (slow) BigInteger.ModInverse implement...Peter Dettman2014-01-231-0/+115