summary refs log tree commit diff
path: root/crypto/src/math/ec/multiplier/FixedPointUtilities.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* EC-related updates from bc-javaPeter Dettman2018-07-101-26/+37
* Cache-safety for EC lookup tablesPeter Dettman2018-04-151-0/+8
* Avoid infinity appearing in lookup table for FixedPointCombMultiplierPeter Dettman2017-09-171-3/+7
* Fixed-point-comb uses existing precomputation info if it's for the same _or g... release-1.8.0-beta.3Peter Dettman2014-04-101-7/+8
* Index precomputation info by namePeter Dettman2014-02-071-2/+4
* A few improvements to the fixed-point combPeter Dettman2014-02-061-5/+7
* Initial work on a fixed-point comb multiplierPeter Dettman2014-02-041-0/+67