Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring in Math.EC.Rfc8032 | Peter Dettman | 2022-11-26 | 1 | -1/+1 |
| | |||||
* | Small performance optimization for important curves | Peter Dettman | 2022-02-05 | 1 | -0/+26 |
| | |||||
* | Fixed loop count for BigInteger conversion | Peter Dettman | 2020-09-11 | 1 | -1/+1 |
| | | | | - remove length-specific variants of FromBigInteger | ||||
* | 'safegcd' modular inversion | Peter Dettman | 2020-09-04 | 1 | -54/+1 |
| | |||||
* | Fermat inversion for all custom curves | Peter Dettman | 2020-07-07 | 1 | -3/+3 |
| | | | | - also customized random FE gen | ||||
* | EC updates from bc-java | Peter Dettman | 2020-07-04 | 1 | -6/+97 |
| | |||||
* | Additional temp values in reduction | Peter Dettman | 2016-02-02 | 1 | -3/+4 |
| | |||||
* | Math.Raw support for custom binary curves | Peter Dettman | 2015-03-23 | 1 | -0/+2 |
| | | | | - Also migrate the 'raw' stuff into Math.Raw following Java build | ||||
* | 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 |