summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/sec/SecP224R1Field.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add MultiplyAddToExt method to fieldsPeter Dettman2014-03-101-0/+12
* Refactor temporary variables in reductionsPeter Dettman2014-03-101-7/+4
* Inline Reduce32 calls and registerize some values to avoid extra writesPeter Dettman2014-03-101-3/+26
* Minor improvement to reduction release-1.8.0-beta.2Peter Dettman2014-03-061-2/+4
* Improved reductionPeter Dettman2014-03-051-12/+34
* Use Nat methods instead of specific Nat*.*Ext methodsPeter Dettman2014-03-051-1/+1
* Remove some length-specific methods in favour of the Nat classPeter Dettman2014-03-041-13/+66
* Just use shift methods from Nat class evverywherePeter Dettman2014-03-041-3/+3
* Refactoring in the Nat* classes and some new method variationsPeter Dettman2014-03-031-10/+7
* Refactor reduction methods and change scope of PExt fieldsPeter Dettman2014-03-031-5/+5
* Optimize final adjustments in Reduce()Peter Dettman2014-02-271-13/+4
* Round out the Nat192 methodsPeter Dettman2014-02-261-1/+1
* Optimization for custom curve reduction when only a few bits need reducing; u...Peter Dettman2014-02-261-0/+9
* Add custom curve for secp224r1 (P-224)Peter Dettman2014-02-251-0/+189