summary refs log tree commit diff
path: root/crypto/src/math/ec/LongArray.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Reduce memory usage of INTERLEAVE2_TABLEPeter Dettman2015-03-231-1/+1
|
* Add support for delayed modular reductionPeter Dettman2014-02-011-0/+174
|
* Implement multi-squaring in-place and use for F2m sqrt()Peter Dettman2014-01-281-33/+33
|
* Add 0 guard in ModInversePeter Dettman2014-01-251-0/+4
|
* Port LongArray from Java and use in F2mFieldElementPeter Dettman2014-01-221-0/+2023