Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize squaring by inlining the ShiftUpBit | Peter Dettman | 2014-03-14 | 1 | -34/+82 |
| | |||||
* | Use Nat methods instead of specific Nat*.*Ext methods | Peter Dettman | 2014-03-05 | 1 | -25/+0 |
| | | | | Reduction improvements in curve25519 and secp256r1 | ||||
* | Remove some length-specific methods in favour of the Nat class | Peter Dettman | 2014-03-04 | 1 | -142/+3 |
| | | | | | Add more method variations to Nat Use customized reductions in various fields | ||||
* | Just use shift methods from Nat class evverywhere | Peter Dettman | 2014-03-04 | 1 | -84/+2 |
| | |||||
* | Refactoring in the Nat* classes and some new method variations | Peter Dettman | 2014-03-03 | 1 | -16/+69 |
| | | | | Improved reduction in some fields | ||||
* | Add/rename MulAddTo variations | Peter Dettman | 2014-03-03 | 1 | -1/+43 |
| | |||||
* | Equality/hashcode should ignore "excess" words | Peter Dettman | 2014-02-27 | 1 | -0/+10 |
| | |||||
* | Optimization for custom curve reduction when only a few bits need reducing; ↵ | Peter Dettman | 2014-02-26 | 1 | -0/+17 |
| | | | | used to delay reduction in point doubling. | ||||
* | Add custom curve for secp224r1 (P-224) | Peter Dettman | 2014-02-25 | 1 | -0/+1252 |