Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add MultiplyAddToExt method to fields | Peter Dettman | 2014-03-10 | 1 | -0/+12 |
| | |||||
* | Inline Reduce32 calls and registerize some values to avoid extra writes | Peter Dettman | 2014-03-10 | 1 | -9/+27 |
| | |||||
* | Improved reduction | Peter Dettman | 2014-03-05 | 1 | -1/+23 |
| | |||||
* | Use Nat methods instead of specific Nat*.*Ext methods | Peter Dettman | 2014-03-05 | 1 | -1/+1 |
| | | | | Reduction improvements in curve25519 and secp256r1 | ||||
* | Remove some length-specific methods in favour of the Nat class | Peter Dettman | 2014-03-04 | 1 | -12/+59 |
| | | | | | 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 | -3/+3 |
| | |||||
* | Refactoring in the Nat* classes and some new method variations | Peter Dettman | 2014-03-03 | 1 | -6/+6 |
| | | | | Improved reduction in some fields | ||||
* | Refactor reduction methods and change scope of PExt fields | Peter Dettman | 2014-03-03 | 1 | -26/+16 |
| | |||||
* | Round out the Nat192 methods | Peter Dettman | 2014-02-26 | 1 | -1/+1 |
| | | | | Use Nat*.Copy methods in fields | ||||
* | Optimization for custom curve reduction when only a few bits need reducing; ↵ | Peter Dettman | 2014-02-26 | 1 | -0/+9 |
| | | | | used to delay reduction in point doubling. | ||||
* | Rename locals in Reduce() methods | Peter Dettman | 2014-02-01 | 1 | -15/+15 |
| | |||||
* | Optimize Reduce() method | Peter Dettman | 2014-02-01 | 1 | -6/+17 |
| | |||||
* | Add custom curves for secp192k1 and secp192r1 (P-192) | Peter Dettman | 2014-01-31 | 1 | -0/+172 |