Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |