Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 P... | Peter Dettman | 2014-02-03 | 1 | -32/+65 |
* | 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 acc... | Peter Dettman | 2014-01-31 | 1 | -33/+35 |
* | 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 implement... | Peter Dettman | 2014-01-23 | 1 | -0/+495 |