Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add asymmetric multiplication | Peter Dettman | 2018-09-14 | 1 | -4/+14 |
* | Add Ed25519 and Ed448 from RFC 8032 | Peter Dettman | 2018-07-08 | 2 | -0/+156 |
* | Cache-safety for EC lookup tables | Peter Dettman | 2018-04-15 | 9 | -0/+109 |
* | Fix carry propagation bug in Nat???.Square methods | Peter Dettman | 2016-11-30 | 5 | -60/+60 |
* | Optimized Sqrt and Trace for custom binary curves | Peter Dettman | 2015-12-28 | 1 | -0/+12 |
* | http://www.bouncycastle.org/jira/browse/BMA-82 | Peter Dettman | 2015-10-18 | 1 | -2/+4 |
* | Switch from lookup table to bit twiddling | Peter Dettman | 2015-08-13 | 1 | -42/+67 |
* | Math.Raw support for custom binary curves | Peter Dettman | 2015-03-23 | 13 | -0/+7040 |