Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-26Execute become-spongy.shRoberto Tyley
2014-04-11Simplify logic in getNafWeightPeter Dettman
2014-04-10Missed from previous commitPeter Dettman
2014-03-13Rename parametersPeter Dettman
2014-03-12Add mapPointWithPreComp method that precomputes WNAF data for a point p,Peter Dettman
2014-02-26Special handling for zero-valued scalarsPeter Dettman
2014-02-07Small optimization for width 4Peter Dettman
2014-02-07Index precomputation info by namePeter Dettman
2014-01-23Make precomp-related things more accessiblePeter Dettman
2013-12-25Speed up calculation of JSF by reducing number of BigInteger shiftsPeter Dettman
2013-10-12Add method generateJSF for generating the Joint Sparse Form of twoPeter Dettman
2013-09-27Normalize twicePPeter Dettman
2013-09-26Compact(W)Naf allows widths up to 16, and bitlengths < 2^16Peter Dettman
2013-09-26Use normalizeAll to speed up WNaf precomputationPeter Dettman
2013-09-26EC multipliers now extend a base class AbstractECMultiplier that takesPeter Dettman
2013-09-25Add TODO to speed up WNaf precomputationPeter Dettman
2013-09-25Support precomputing the negated multiples in WNaf, and use inPeter Dettman
2013-09-25Rewrite generateWindowNaf to use similar technique asPeter Dettman
2013-09-25Fix the size limitPeter Dettman
2013-09-25Add method generateCompactWindowNafPeter Dettman
2013-09-24Add generateCompactNaf methodPeter Dettman
2013-09-24Add generateNaf as special case with window width 2Peter Dettman
2013-09-24Specify window width as int; add range checkPeter Dettman
2013-09-24Move precomputation into WNafUtil.precomputePeter Dettman
2013-09-24Factor windowNaf method out to WNafUtil.generateWindowNafPeter Dettman
2013-09-24Add WNafUtil class and factor some code out of WNafL2RMultiplierPeter Dettman