Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-03-03 | Add/rename MulAddTo variations | Peter Dettman | 3 | -2/+167 | |
2014-03-02 | Allow for (very rare) cases where the Sqrt() algorithm needs to retry | Peter Dettman | 1 | -36/+40 | |
2014-02-28 | Avoid a few negations in Sqrt() | Peter Dettman | 1 | -7/+8 | |
2014-02-27 | Optimized Sqrt() for custom secp224r1 | Peter Dettman | 2 | -2/+112 | |
2014-02-27 | Equality/hashcode should ignore "excess" words | Peter Dettman | 12 | -23/+107 | |
2014-02-27 | Optimize Sqrt() for custom secp384r1 | Peter Dettman | 1 | -2/+56 | |
2014-02-27 | Optimize final adjustments in Reduce() | Peter Dettman | 1 | -13/+4 | |
2014-02-27 | Simplify Twice() | Peter Dettman | 1 | -7/+3 | |
2014-02-27 | Add custom curve for secp384r1 (P-384) | Peter Dettman | 7 | -0/+858 | |
2014-02-27 | Optimize final adjustments in Reduce() | Peter Dettman | 1 | -11/+8 | |
2014-02-26 | Round out the Nat192 methods | Peter Dettman | 7 | -20/+275 | |
Use Nat*.Copy methods in fields | |||||
2014-02-26 | Add extra arg to AddWord() and add variant of Copy() | Peter Dettman | 2 | -6/+12 | |
2014-02-26 | Optimization for custom curve reduction when only a few bits need reducing; ↵ | Peter Dettman | 15 | -30/+205 | |
used to delay reduction in point doubling. | |||||
2014-02-26 | Optimize Sqrt() for custom curve secp224k1 | Peter Dettman | 1 | -2/+87 | |
2014-02-26 | Refactoring in Sqrt() | Peter Dettman | 1 | -14/+6 | |
2014-02-26 | Add custom curve for secp224k1 | Peter Dettman | 6 | -0/+717 | |
2014-02-26 | Special handling for zero-valued scalars | Peter Dettman | 1 | -20/+38 | |
Some optimizations for NAF generation | |||||
2014-02-25 | Update release version | Peter Dettman | 1 | -1/+1 | |
2014-02-25 | Refactoring in Sqrt() | Peter Dettman | 1 | -13/+12 | |
2014-02-25 | Add custom curve for secp224r1 (P-224) | Peter Dettman | 7 | -0/+2028 | |
2014-02-25 | Add new test to regression tests | Peter Dettman | 1 | -10/+11 | |
2014-02-25 | Tabs -> spaces | Peter Dettman | 1 | -4/+4 | |
2014-02-25 | Port some openpgp updates from Java build for secret keys | Peter Dettman | 5 | -206/+436 | |
2014-02-25 | Check a few more points in the encoding test | Peter Dettman | 1 | -1/+7 | |