summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/sec/Nat192.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Round out the Nat192 methodsPeter Dettman2014-02-261-14/+269
* Optimization for custom curve reduction when only a few bits need reducing; u...Peter Dettman2014-02-261-0/+57
* Refactoring in Nat* classesPeter Dettman2014-02-241-41/+23
* Fix Nat*.Gte methodsPeter Dettman2014-02-011-2/+2
* Make Dec/Inc/IncExt methods work at the full length and change assertions acc...Peter Dettman2014-01-311-12/+10
* Avoid modifying the input to the Reduce() methodsPeter Dettman2014-01-311-16/+17
* Improve reduction speed for secp192k1 and secp256k1 custom fieldsPeter Dettman2014-01-311-0/+56
* Add custom curves for secp192k1 and secp192r1 (P-192)Peter Dettman2014-01-311-0/+685