summary refs log tree commit diff
path: root/crypto/src/math/ec/ECLookupTable.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cache-safety for EC lookup tablesPeter Dettman2018-04-151-0/+10
- creation of cache-safe lookup tables delegated to ECCurve - FixedPointCombMultiplier uses cache-safe lookup table - FixedPointCombMultiplier avoids BigInteger.TestBit