summary refs log tree commit diff
path: root/crypto/src/math/ec/multiplier/FixedPointCombMultiplier.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce single-bit extractions from scalarsPeter Dettman2018-09-141-3/+5
* EC-related updates from bc-javaPeter Dettman2018-07-101-6/+0
* Cache-safety for EC lookup tablesPeter Dettman2018-04-151-12/+15
* Avoid infinity appearing in lookup table for FixedPointCombMultiplierPeter Dettman2017-09-171-1/+1
* Fixed-point-comb uses existing precomputation info if it's for the same _or g... release-1.8.0-beta.3Peter Dettman2014-04-101-2/+3
* All subclasses to control the choice of width to usePeter Dettman2014-03-121-2/+6
* Fix incomplete portPeter Dettman2014-02-061-1/+1
* A few improvements to the fixed-point combPeter Dettman2014-02-061-5/+21
* Initial work on a fixed-point comb multiplierPeter Dettman2014-02-041-0/+38