Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add MultiplyAddToExt method to fields | Peter Dettman | 2014-03-10 | 1 | -2/+11 |
| | |||||
* | Refactor temporary variables in reductions | Peter Dettman | 2014-03-10 | 1 | -8/+8 |
| | |||||
* | Minor improvement to reduction release-1.8.0-beta.2 | Peter Dettman | 2014-03-06 | 1 | -3/+5 |
| | |||||
* | Improved reduction | Peter Dettman | 2014-03-05 | 1 | -34/+28 |
| | |||||
* | Reduction optimization for secp256r1 | Peter Dettman | 2014-03-05 | 1 | -5/+73 |
| | |||||
* | Use Nat methods instead of specific Nat*.*Ext methods | Peter Dettman | 2014-03-05 | 1 | -1/+2 |
| | | | | Reduction improvements in curve25519 and secp256r1 | ||||
* | Remove some length-specific methods in favour of the Nat class | Peter Dettman | 2014-03-04 | 1 | -6/+5 |
| | | | | | 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 | -8/+8 |
| | | | | Improved reduction in some fields | ||||
* | Refactor reduction methods and change scope of PExt fields | Peter Dettman | 2014-03-03 | 1 | -30/+36 |
| | |||||
* | Optimize final adjustments in Reduce() | Peter Dettman | 2014-02-27 | 1 | -11/+8 |
| | |||||
* | 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/+36 |
| | | | | used to delay reduction in point doubling. | ||||
* | Rename locals in Reduce() methods | Peter Dettman | 2014-02-01 | 1 | -18/+18 |
| | |||||
* | Optimize Reduce() method | Peter Dettman | 2014-02-01 | 1 | -8/+16 |
| | |||||
* | Fix final step of Reduce() | Peter Dettman | 2014-01-30 | 1 | -10/+9 |
| | |||||
* | Add SquareN to perform repeated modular squaring | Peter Dettman | 2014-01-30 | 1 | -0/+15 |
| | |||||
* | Port custom curve for secp256r1 from Java | Peter Dettman | 2014-01-26 | 1 | -0/+175 |