summary refs log tree commit diff
path: root/crypto/src/math/raw/Nat.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add asymmetric multiplicationPeter Dettman2018-09-141-4/+14
|
* Add Ed25519 and Ed448 from RFC 8032Peter Dettman2018-07-081-0/+85
|
* Cache-safety for EC lookup tablesPeter Dettman2018-04-151-0/+5
| | | | | | - creation of cache-safe lookup tables delegated to ECCurve - FixedPointCombMultiplier uses cache-safe lookup table - FixedPointCombMultiplier avoids BigInteger.TestBit
* Math.Raw support for custom binary curvesPeter Dettman2015-03-231-0/+1053
- Also migrate the 'raw' stuff into Math.Raw following Java build