summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/sec/SecP224K1FieldElement.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fermat inversion for all custom curvesPeter Dettman2020-07-071-3/+3
| | | | - also customized random FE gen
* Port of strict hex decoding from bc-javaPeter Dettman2019-09-091-1/+1
|
* Fix circular dependence of staticsPeter Dettman2019-08-101-1/+3
|
* EC-related updates from bc-javaPeter Dettman2018-07-101-1/+1
|
* Math.Raw support for custom binary curvesPeter Dettman2015-03-231-0/+1
| | | | - Also migrate the 'raw' stuff into Math.Raw following Java build
* Equality/hashcode should ignore "excess" wordsPeter Dettman2014-02-271-4/+4
|
* Optimize Sqrt() for custom curve secp224k1Peter Dettman2014-02-261-2/+87
|
* Add custom curve for secp224k1Peter Dettman2014-02-261-0/+156