Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Share single temp variable across calls in Sqrt() | Peter Dettman | 2014-03-03 | 1 | -10/+9 |
* | Allow for (very rare) cases where the Sqrt() algorithm needs to retry | Peter Dettman | 2014-03-02 | 1 | -36/+40 |
* | Avoid a few negations in Sqrt() | Peter Dettman | 2014-02-28 | 1 | -7/+8 |
* | Optimized Sqrt() for custom secp224r1 | Peter Dettman | 2014-02-27 | 1 | -2/+86 |
* | Equality/hashcode should ignore "excess" words | Peter Dettman | 2014-02-27 | 1 | -2/+2 |
* | Add custom curve for secp224r1 (P-224) | Peter Dettman | 2014-02-25 | 1 | -0/+155 |