summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/gm/SM2P256V1Field.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-071-7/+98
| | | | - also customized random FE gen
* Initial implementation of SM2 elliptic curvePeter Dettman2017-06-031-0/+307
- includes custom curve code - add lots of OIDs from GM standard