summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/sec/SecP192R1Field.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed loop count for BigInteger conversionPeter Dettman2020-09-111-1/+1
| | | | - remove length-specific variants of FromBigInteger
* 'safegcd' modular inversionPeter Dettman2020-09-041-52/+1
|
* Fermat inversion for all custom curvesPeter Dettman2020-07-071-6/+96
| | | | - also customized random FE gen
* Math.Raw support for custom binary curvesPeter Dettman2015-03-231-0/+2
| | | | - Also migrate the 'raw' stuff into Math.Raw following Java build
* Add MultiplyAddToExt method to fieldsPeter Dettman2014-03-101-0/+12
|
* Inline Reduce32 calls and registerize some values to avoid extra writesPeter Dettman2014-03-101-9/+27
|
* Improved reductionPeter Dettman2014-03-051-1/+23
|
* Use Nat methods instead of specific Nat*.*Ext methodsPeter Dettman2014-03-051-1/+1
| | | | Reduction improvements in curve25519 and secp256r1
* Remove some length-specific methods in favour of the Nat classPeter Dettman2014-03-041-12/+59
| | | | | Add more method variations to Nat Use customized reductions in various fields
* 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-6/+6
| | | | Improved reduction in some fields
* Refactor reduction methods and change scope of PExt fieldsPeter Dettman2014-03-031-26/+16
|
* Round out the Nat192 methodsPeter Dettman2014-02-261-1/+1
| | | | Use Nat*.Copy methods in fields
* Optimization for custom curve reduction when only a few bits need reducing; ↵Peter Dettman2014-02-261-0/+9
| | | | used to delay reduction in point doubling.
* Rename locals in Reduce() methodsPeter Dettman2014-02-011-15/+15
|
* Optimize Reduce() methodPeter Dettman2014-02-011-6/+17
|
* Add custom curves for secp192k1 and secp192r1 (P-192)Peter Dettman2014-01-311-0/+172