Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Math.Raw support for custom binary curves | Peter Dettman | 2015-03-23 | 1 | -184/+0 |
* | Use AddTo/SubFrom and add a generic modular-addition method | Peter Dettman | 2014-07-21 | 1 | -7/+17 |
* | Optimized Sqrt() for custom secp224r1 | Peter Dettman | 2014-02-27 | 1 | -0/+26 |
* | Add custom curve for secp521r1 (P-521) | Peter Dettman | 2014-02-01 | 1 | -5/+4 |
* | Track carries for a, b to avoid unnecessary add/sub of prime modulus | Peter Dettman | 2014-01-24 | 1 | -17/+42 |
* | Track uvLen to reduce shifting for small operands | Peter Dettman | 2014-01-24 | 1 | -9/+18 |
* | Add Nat/Mod classes and use instead of (slow) BigInteger.ModInverse implement... | Peter Dettman | 2014-01-23 | 1 | -0/+115 |