summary refs log tree commit diff
path: root/crypto/src/math/ec/Nat.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add diagnosticsPeter Dettman2014-01-261-37/+42
|
* Fix return type in SubFromExtPeter Dettman2014-01-241-4/+4
|
* Move methodPeter Dettman2014-01-241-16/+16
|
* Add Nat/Mod classes and use instead of (slow) BigInteger.ModInverse ↵Peter Dettman2014-01-231-0/+495
implementation for FpFieldElement