summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/sec/SecP384R1Field.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Additional temp values in reductionPeter Dettman2016-02-021-3/+4
|
* Math.Raw support for custom binary curvesPeter Dettman2015-03-231-0/+2
| | | | - Also migrate the 'raw' stuff into Math.Raw following Java build
* Refactor temporary variables in reductionsPeter Dettman2014-03-101-13/+18
|
* Minor improvement to reduction release-1.8.0-beta.2Peter Dettman2014-03-061-4/+6
|
* Improved reductionPeter Dettman2014-03-051-16/+16
|
* Remove some length-specific methods in favour of the Nat classPeter Dettman2014-03-041-23/+59
| | | | | Add more method variations to Nat Use customized reductions in various fields
* Refactoring in the Nat* classes and some new method variationsPeter Dettman2014-03-031-16/+37
| | | | Improved reduction in some fields
* Refactor reduction methods and change scope of PExt fieldsPeter Dettman2014-03-031-27/+28
|
* Add custom curve for secp384r1 (P-384)Peter Dettman2014-02-271-0/+227