summary refs log tree commit diff
path: root/crypto/src/math/ec/multiplier (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Special handling for zero-valued scalarsPeter Dettman2014-02-261-20/+38
| | | | Some optimizations for NAF generation
* Small optimization for width 4Peter Dettman2014-02-071-17/+19
|
* Index precomputation info by namePeter Dettman2014-02-073-7/+14
|
* Fix incomplete portPeter Dettman2014-02-061-1/+1
|
* A few improvements to the fixed-point combPeter Dettman2014-02-062-10/+28
|
* Initial work on a fixed-point comb multiplierPeter Dettman2014-02-043-0/+126
|
* Remove unnecessary using statementPeter Dettman2014-01-281-2/+0
|
* Port of latest EC multipliers from JavaPeter Dettman2014-01-2711-30/+252
|
* Adjust first-digit optimization to not be so conservativePeter Dettman2014-01-261-12/+7
|
* Port of several interrelated things from Java build:Peter Dettman2014-01-238-452/+688
| | | | | | | | - Z coordinates for points - More point normalization code - Curve management of point precomp info - Add WNafUtilities and use in multipliers/ECAlgorithms - Make various fields/classes protected/public
* Make publicPeter Dettman2014-01-222-2/+2
|
* Implement TwicePlus optimization in Fp curvesPeter Dettman2014-01-222-268/+272
|
* Initial import of old CVS repositoryPeter Dettman2013-06-288-0/+546