Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -61/+1 |
| | |||||
* | Fermat inversion for all custom curves | Peter Dettman | 2020-07-07 | 1 | -8/+107 |
| | | | | - also customized random FE gen | ||||
* | 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 | -0/+12 |
| | |||||
* | 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 | -13/+19 |
| | | | | | 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 | -1/+1 |
| | | | | Improved reduction in some fields | ||||
* | Refactor reduction methods and change scope of PExt fields | Peter Dettman | 2014-03-03 | 1 | -9/+6 |
| | |||||
* | 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/+12 |
| | | | | used to delay reduction in point doubling. | ||||
* | Add custom curve for secp224k1 | Peter Dettman | 2014-02-26 | 1 | -0/+150 |