summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/sec/Nat224.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimize squaring by inlining the ShiftUpBitPeter Dettman2014-03-141-34/+82
* Use Nat methods instead of specific Nat*.*Ext methodsPeter Dettman2014-03-051-25/+0
* Remove some length-specific methods in favour of the Nat classPeter Dettman2014-03-041-142/+3
* Just use shift methods from Nat class evverywherePeter Dettman2014-03-041-84/+2
* Refactoring in the Nat* classes and some new method variationsPeter Dettman2014-03-031-16/+69
* Add/rename MulAddTo variationsPeter Dettman2014-03-031-1/+43
* Equality/hashcode should ignore "excess" wordsPeter Dettman2014-02-271-0/+10
* Optimization for custom curve reduction when only a few bits need reducing; u...Peter Dettman2014-02-261-0/+17
* Add custom curve for secp224r1 (P-224)Peter Dettman2014-02-251-0/+1252