summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/gm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactoring in Math.EC.Rfc8032Peter Dettman2022-11-261-1/+1
* Various cleanupPeter Dettman2022-10-231-1/+0
* Remove per-ECPoint compressionPeter Dettman2022-06-212-46/+12
* Fixed loop count for BigInteger conversionPeter Dettman2020-09-111-1/+1
* 'safegcd' modular inversionPeter Dettman2020-09-041-54/+1
* Fermat inversion for all custom curvesPeter Dettman2020-07-073-10/+116
* 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
* 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