Commit message (Expand) | 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 |
* | Remove some length-specific methods in favour of the Nat class | Peter Dettman | 2014-03-04 | 1 | -142/+3 |
* | 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 |
* | 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; u... | Peter Dettman | 2014-02-26 | 1 | -0/+17 |
* | Add custom curve for secp224r1 (P-224) | Peter Dettman | 2014-02-25 | 1 | -0/+1252 |