summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/sec/SecP384R1Field.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Small performance optimization for important curvesPeter Dettman2022-02-051-0/+26
* 'safegcd' modular inversionPeter Dettman2020-09-041-60/+1
* Fermat inversion for all custom curvesPeter Dettman2020-07-071-10/+11
* EC updates from bc-javaPeter Dettman2020-07-041-4/+101
* Additional temp values in reductionPeter Dettman2016-02-021-3/+4
* Math.Raw support for custom binary curvesPeter Dettman2015-03-231-0/+2
* 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
* Refactoring in the Nat* classes and some new method variationsPeter Dettman2014-03-031-16/+37
* 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