Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some length-specific methods in favour of the Nat class | Peter Dettman | 2014-03-04 | 1 | -4/+205 |
| | | | | | Add more method variations to Nat Use customized reductions in various fields | ||||
* | Refactoring in the Nat* classes and some new method variations | Peter Dettman | 2014-03-03 | 1 | -53/+299 |
| | | | | Improved reduction in some fields | ||||
* | Add extra arg to AddWord() and add variant of Copy() | Peter Dettman | 2014-02-26 | 1 | -4/+10 |
| | |||||
* | Refactoring in Nat* classes | Peter Dettman | 2014-02-24 | 1 | -10/+44 |
| | |||||
* | Initial work on the Curve25519 field implementation | Peter Dettman | 2014-02-06 | 1 | -0/+11 |
| | |||||
* | Implement Karatsuba multiply/square on 512-bit numbers and use as basis for ↵ | Peter Dettman | 2014-02-03 | 1 | -32/+65 |
| | | | | P-521 multiply/square | ||||
* | Minor optimization for secp521r1 point doubling | Peter Dettman | 2014-02-02 | 1 | -0/+32 |
| | |||||
* | Add custom curve for secp521r1 (P-521) | Peter Dettman | 2014-02-01 | 1 | -99/+47 |
| | |||||
* | Fix IncExt | Peter Dettman | 2014-02-01 | 1 | -1/+1 |
| | |||||
* | 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 | -33/+35 |
| | | | | accordingly | ||||
* | Fix GetBit range-check | Peter Dettman | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | Add diagnostics | Peter Dettman | 2014-01-26 | 1 | -37/+42 |
| | |||||
* | Fix return type in SubFromExt | Peter Dettman | 2014-01-24 | 1 | -4/+4 |
| | |||||
* | Move method | Peter Dettman | 2014-01-24 | 1 | -16/+16 |
| | |||||
* | Add Nat/Mod classes and use instead of (slow) BigInteger.ModInverse ↵ | Peter Dettman | 2014-01-23 | 1 | -0/+495 |
implementation for FpFieldElement |