Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Math.Raw support for custom binary curves | Peter Dettman | 2015-03-23 | 1 | -1300/+0 |
| | | | | - Also migrate the 'raw' stuff into Math.Raw following Java build | ||||
* | Optimize squaring by inlining the ShiftUpBit | Peter Dettman | 2014-03-14 | 1 | -54/+110 |
| | |||||
* | 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 | -161/+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 | -35/+113 |
| | | | | Improved reduction in some fields | ||||
* | Add/rename MulAddTo variations | Peter Dettman | 2014-03-03 | 1 | -1/+47 |
| | |||||
* | 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. | ||||
* | Refactoring in Nat* classes | Peter Dettman | 2014-02-24 | 1 | -47/+29 |
| | |||||
* | Initial work on the Curve25519 field implementation | Peter Dettman | 2014-02-06 | 1 | -19/+129 |
| | |||||
* | Implement Karatsuba multiply/square on 512-bit numbers and use as basis for ↵ | Peter Dettman | 2014-02-03 | 1 | -18/+438 |
| | | | | P-521 multiply/square | ||||
* | Fix Nat*.Gte methods | Peter Dettman | 2014-02-01 | 1 | -2/+2 |
| | |||||
* | Make Dec/Inc/IncExt methods work at the full length and change assertions ↵ | Peter Dettman | 2014-01-31 | 1 | -12/+10 |
| | | | | accordingly | ||||
* | Avoid modifying the input to the Reduce() methods | Peter Dettman | 2014-01-31 | 1 | -20/+21 |
| | |||||
* | Improve reduction speed for secp192k1 and secp256k1 custom fields | Peter Dettman | 2014-01-31 | 1 | -0/+64 |
| | |||||
* | Unroll MulWordAddExt | Peter Dettman | 2014-01-31 | 1 | -8/+24 |
| | |||||
* | Port custom curve for secp256k1 from Java | Peter Dettman | 2014-01-26 | 1 | -0/+767 |