summary refs log tree commit diff
path: root/crypto/src/math/ec/Mod.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-27Optimized Sqrt() for custom secp224r1Peter Dettman1-0/+26
2014-02-27Equality/hashcode should ignore "excess" wordsPeter Dettman12-23/+107
2014-02-27Optimize Sqrt() for custom secp384r1Peter Dettman1-2/+56
2014-02-27Optimize final adjustments in Reduce()Peter Dettman1-13/+4
2014-02-27Simplify Twice()Peter Dettman1-7/+3
2014-02-27Add custom curve for secp384r1 (P-384)Peter Dettman7-0/+858
2014-02-27Optimize final adjustments in Reduce()Peter Dettman1-11/+8
2014-02-26Round out the Nat192 methodsPeter Dettman7-20/+275
2014-02-26Add extra arg to AddWord() and add variant of Copy()Peter Dettman2-6/+12
2014-02-26Optimization for custom curve reduction when only a few bits need reducing; u...Peter Dettman15-30/+205
2014-02-26Optimize Sqrt() for custom curve secp224k1Peter Dettman1-2/+87
2014-02-26Refactoring in Sqrt()Peter Dettman1-14/+6
2014-02-26Add custom curve for secp224k1Peter Dettman6-0/+717
2014-02-26Special handling for zero-valued scalarsPeter Dettman1-20/+38
2014-02-25Update release versionPeter Dettman1-1/+1
2014-02-25Refactoring in Sqrt()Peter Dettman1-13/+12
2014-02-25Add custom curve for secp224r1 (P-224)Peter Dettman7-0/+2028
2014-02-25Add new test to regression testsPeter Dettman1-10/+11
2014-02-25