Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove per-ECPoint compression | Peter Dettman | 2022-06-21 | 2 | -46/+12 |
| | |||||
* | Fixed loop count for BigInteger conversion | Peter Dettman | 2020-09-11 | 1 | -1/+1 |
| | | | | - remove length-specific variants of FromBigInteger | ||||
* | 'safegcd' modular inversion | Peter Dettman | 2020-09-04 | 1 | -54/+1 |
| | |||||
* | Fermat inversion for all custom curves | Peter Dettman | 2020-07-07 | 3 | -10/+116 |
| | | | | - also customized random FE gen | ||||
* | Port of strict hex decoding from bc-java | Peter Dettman | 2019-09-09 | 2 | -4/+4 |
| | |||||
* | Fix circular dependence of statics | Peter Dettman | 2019-08-10 | 2 | -3/+4 |
| | |||||
* | Add non-constant-time variant to ECLookupTable | Peter Dettman | 2019-08-09 | 1 | -4/+24 |
| | |||||
* | EC-related updates from bc-java | Peter Dettman | 2018-07-10 | 1 | -1/+1 |
| | |||||
* | Cache-safety for EC lookup tables | Peter Dettman | 2018-04-15 | 1 | -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 sqrt | Peter Dettman | 2017-06-16 | 1 | -22/+20 |
| | |||||
* | Initial implementation of SM2 elliptic curve | Peter Dettman | 2017-06-03 | 4 | -0/+876 |
- includes custom curve code - add lots of OIDs from GM standard |