summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/djb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove bridging version of Curve25519Peter Dettman2022-06-244-983/+0
|
* Remove per-ECPoint compressionPeter Dettman2022-06-212-38/+12
|
* Fixed loop count for BigInteger conversionPeter Dettman2020-09-111-1/+1
| | | | - remove length-specific variants of FromBigInteger
* 'safegcd' modular inversionPeter Dettman2020-09-041-50/+1
|
* Fermat inversion for all custom curvesPeter Dettman2020-07-073-7/+110
| | | | - also customized random FE gen
* Port of strict hex decoding from bc-javaPeter Dettman2019-09-091-3/+3
|
* Fix circular dependence of staticsPeter Dettman2019-08-102-2/+2
|
* Add non-constant-time variant to ECLookupTablePeter Dettman2019-08-091-11/+32
|
* EC-related updates from bc-javaPeter Dettman2018-07-101-1/+1
|
* Cache-safety for EC lookup tablesPeter Dettman2018-04-151-0/+58
| | | | | | - creation of cache-safe lookup tables delegated to ECCurve - FixedPointCombMultiplier uses cache-safe lookup table - FixedPointCombMultiplier avoids BigInteger.TestBit
* Math.Raw support for custom binary curvesPeter Dettman2015-03-234-4/+4
| | | | - Also migrate the 'raw' stuff into Math.Raw following Java build
* Add automatic EC point validation for decoded points and for multiplier outputsPeter Dettman2014-07-232-39/+3
|
* Optimize Curve25519 point operationsPeter Dettman2014-03-212-111/+214
|
* Port of latest Curve25519 stuff from Java buildPeter Dettman2014-03-174-0/+809