Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make classes static | Peter Dettman | 2023-01-09 | 1 | -1/+1 |
| | |||||
* | Fixed loop count for BigInteger conversion | Peter Dettman | 2020-09-11 | 1 | -15/+0 |
| | | | | - remove length-specific variants of FromBigInteger | ||||
* | Updates to raw math classes from bc-java | Peter Dettman | 2019-08-02 | 1 | -6/+8 |
| | |||||
* | Cache-safety for EC lookup tables | Peter Dettman | 2018-04-15 | 1 | -0/+9 |
| | | | | | | - creation of cache-safe lookup tables delegated to ECCurve - FixedPointCombMultiplier uses cache-safe lookup table - FixedPointCombMultiplier avoids BigInteger.TestBit | ||||
* | Fix carry propagation bug in Nat???.Square methods | Peter Dettman | 2016-11-30 | 1 | -8/+8 |
| | |||||
* | Math.Raw support for custom binary curves | Peter Dettman | 2015-03-23 | 1 | -0/+874 |
- Also migrate the 'raw' stuff into Math.Raw following Java build |