summary refs log tree commit diff
path: root/crypto/src/math/ec/Mod.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use AddTo/SubFrom and add a generic modular-addition methodPeter Dettman2014-07-211-7/+17
|
* Optimized Sqrt() for custom secp224r1Peter Dettman2014-02-271-0/+26
|
* 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 ↵Peter Dettman2014-01-231-0/+115
implementation for FpFieldElement