summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/gm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove per-ECPoint compressionPeter Dettman2022-06-212-46/+12
|
* Fixed loop count for BigInteger conversionPeter Dettman2020-09-111-1/+1
| | | | - remove length-specific variants of FromBigInteger
* 'safegcd' modular inversionPeter Dettman2020-09-041-54/+1
|
* Fermat inversion for all custom curvesPeter Dettman2020-07-073-10/+116
| | | | - also customized random FE gen
* Port of strict hex decoding from bc-javaPeter Dettman2019-09-092-4/+4
|
* Fix circular dependence of staticsPeter Dettman2019-08-102-3/+4
|
* Add non-constant-time variant to ECLookupTablePeter Dettman2019-08-091-4/+24
|
* EC-related updates from bc-javaPeter Dettman2018-07-101-1/+1
|
* 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
* Use slightly improved addition chain for sm2p256v1 field sqrtPeter Dettman2017-06-161-22/+20
|
* Initial implementation of SM2 elliptic curvePeter Dettman2017-06-034-0/+876
- includes custom curve code - add lots of OIDs from GM standard