summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/sec/SecP224K1Curve.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove per-ECPoint compressionPeter Dettman2022-06-211-5/+5
|
* Fermat inversion for all custom curvesPeter Dettman2020-07-071-0/+15
| | | | - 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-2/+1
|
* Add non-constant-time variant to ECLookupTablePeter Dettman2019-08-091-4/+24
|
* Cache-safety for EC lookup tablesPeter Dettman2018-04-151-0/+59
| | | | | | - creation of cache-safe lookup tables delegated to ECCurve - FixedPointCombMultiplier uses cache-safe lookup table - FixedPointCombMultiplier avoids BigInteger.TestBit
* Add automatic EC point validation for decoded points and for multiplier outputsPeter Dettman2014-07-231-25/+2
|
* Add new CreateRawPoint method on ECCurve that includes the Z coordsPeter Dettman2014-03-131-0/+5
|
* Add custom curve for secp224k1Peter Dettman2014-02-261-0/+93