Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
2014-02-25 | Implement the 8m + 5 case from Pocklington's sqrt algorithm (seems to be ↵ | Peter Dettman | 1 | -7/+45 | |
only used by secp224k1) | |||||
2014-02-24 | Refactoring in Nat* classes | Peter Dettman | 6 | -101/+ |