summary refs log tree commit diff
path: root/crypto/src/math/raw/Nat224.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cache-safety for EC lookup tablesPeter Dettman2018-04-151-0/+11
| | | | | | - creation of cache-safe lookup tables delegated to ECCurve - FixedPointCombMultiplier uses cache-safe lookup table - FixedPointCombMultiplier avoids BigInteger.TestBit
* Fix carry propagation bug in Nat???.Square methodsPeter Dettman2016-11-301-16/+16
|
* Math.Raw support for custom binary curvesPeter Dettman2015-03-231-0/+1176
- Also migrate the 'raw' stuff into Math.Raw following Java build