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
2013-09-28Add constants for lambda-affine and lambda-projective coordinatesPeter Dettman
2013-09-28removed deprecated methods from PKIX, work on implicitly CA.David Hook
2013-09-27Move some local variables aroundPeter Dettman
2013-09-27Redirect the old getters to the new affine gettersPeter Dettman
2013-09-27Make importPoint a public methodPeter Dettman
2013-09-27Remove unused importPeter Dettman
2013-09-27Use ECFieldElement.getEncoded() in place of X9IntegerConverter when wePeter Dettman
2013-09-27Add getEncoded method to ECFieldElementPeter Dettman
2013-09-27Don't bother normalizing p as it's only used oncePeter Dettman
2013-09-27Switch to Modified Jacobian coordinates as the default for Fp curvesPeter Dettman
2013-09-27Always set coordinate system in subclass constructorPeter Dettman
2013-09-27Configured curves inherit the original curve settings by defaultPeter Dettman
2013-09-27Track compression in non-affine coordinate systemsPeter Dettman
2013-09-27Move local variable initialisationPeter Dettman
2013-09-27Slight speed improvement for isInfinityPeter Dettman
2013-09-27Use normalizeAll for table normalization in Shamir's TrickPeter Dettman
2013-09-27WNaf entries are always oddPeter Dettman
2013-09-27Optimize twicePlus for Modified Jacobian coordinates to save a fieldPeter Dettman
2013-09-27Normalize twicePPeter Dettman
2013-09-27toString returns hex stringPeter Dettman
2013-09-26Use sign of digit itself instead of wnaf entry signPeter Dettman
2013-09-26Compact(W)Naf allows widths up to 16, and bitlengths < 2^16Peter Dettman
2013-09-26Default to WNafL2RMultiplier (except F2m Koblitz curves)Peter Dettman
2013-09-26Refactor twice() to check coordinates and use a switchPeter Dettman
2013-09-26Refactor duplicated code for Jacobian coordinates in add()Peter Dettman
2013-09-26Make the PreCompInfo and subclasses public visibilityPeter Dettman
2013-09-26Minor refactorPeter Dettman
2013-09-26Use normalizeAll to speed up WNaf precomputationPeter Dettman
2013-09-26Optimize normalizeAll using the Montgomery TrickPeter Dettman
2013-09-26Some renamingPeter Dettman
2013-09-26Add implementation of the Montgomery Trick for inverting several fieldPeter Dettman
2013-09-26EC point equality requires curve equality and is based on comparing thePeter Dettman
2013-09-26EC multipliers now extend a base class AbstractECMultiplier that takesPeter Dettman
2013-09-26Add normalizeAll method to ECCurve to support subsequent optimizationPeter Dettman
2013-09-25Add TODO to speed up WNaf precomputationPeter Dettman
2013-09-25Implement "Shamir's trick" using NAF form of the scalarsPeter Dettman
2013-09-25Support precomputing the negated multiples in WNaf, and use inPeter Dettman
2013-09-25Switch to the compact w-NAF format, and call timesPow2Peter 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-25Use timesPow2 in EC multipliersPeter Dettman
2013-09-25Add timesPow2 method to ECPoint to support potential optimizationsPeter Dettman
2013-09-25Add NafR2LMultiplierPeter Dettman
2013-09-25Rename MixedCoordsR2LMultiplier to MixedNafR2LMultiplierPeter Dettman
2013-09-25Rename classPeter Dettman
2013-09-25Rename FpNafMultiplier to NafL2RMultiplierPeter Dettman
2013-09-25Switch to the compact NAFPeter Dettman
2013-09-24Add some prototype code (commented out) showing how to use the NAF formPeter Dettman
2013-09-24Add generateCompactNaf methodPeter Dettman