Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accept only properly-sized BigInteger (no auto-reduction) | Peter Dettman | 2019-07-31 | 1 | -0/+16 |
| | |||||
* | Add several copy64 methods | Peter Dettman | 2019-07-29 | 1 | -0/+17 |
| | |||||
* | Add asymmetric multiplication | Peter Dettman | 2018-09-14 | 1 | -4/+14 |
| | |||||
* | Add Ed25519 and Ed448 from RFC 8032 | Peter Dettman | 2018-07-08 | 1 | -0/+85 |
| | |||||
* | Cache-safety for EC lookup tables | Peter Dettman | 2018-04-15 | 1 | -0/+5 |
| | | | | | | - creation of cache-safe lookup tables delegated to ECCurve - FixedPointCombMultiplier uses cache-safe lookup table - FixedPointCombMultiplier avoids BigInteger.TestBit | ||||
* | Math.Raw support for custom binary curves | Peter Dettman | 2015-03-23 | 1 | -0/+1053 |
- Also migrate the 'raw' stuff into Math.Raw following Java build |