summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/sec/SecP224R1FieldElement.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Math.Raw support for custom binary curvesPeter Dettman2015-03-231-0/+1
* Fix infinite loop issue when there is no sqrtPeter Dettman2014-03-041-30/+55
* Share single temp variable across calls in Sqrt()Peter Dettman2014-03-031-10/+9
* Allow for (very rare) cases where the Sqrt() algorithm needs to retryPeter Dettman2014-03-021-36/+40
* Avoid a few negations in Sqrt()Peter Dettman2014-02-281-7/+8
* Optimized Sqrt() for custom secp224r1Peter Dettman2014-02-271-2/+86
* Equality/hashcode should ignore "excess" wordsPeter Dettman2014-02-271-2/+2
* Add custom curve for secp224r1 (P-224)Peter Dettman2014-02-251-0/+155