Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fermat inversion for all custom curves | Peter Dettman | 2020-07-07 | 1 | -3/+3 |
| | | | | - also customized random FE gen | ||||
* | Port of strict hex decoding from bc-java | Peter Dettman | 2019-09-09 | 1 | -1/+1 |
| | |||||
* | Fix circular dependence of statics | Peter Dettman | 2019-08-10 | 1 | -1/+3 |
| | |||||
* | EC-related updates from bc-java | Peter Dettman | 2018-07-10 | 1 | -1/+1 |
| | |||||
* | Math.Raw support for custom binary curves | Peter Dettman | 2015-03-23 | 1 | -0/+1 |
| | | | | - Also migrate the 'raw' stuff into Math.Raw following Java build | ||||
* | Fix infinite loop issue when there is no sqrt | Peter Dettman | 2014-03-04 | 1 | -30/+55 |
| | | | | Add test case to check that Sqrt returns null for non-squares | ||||
* | 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 |