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-02-26Special handling for zero-valued scalarsPeter Dettman
2014-02-25Refactoring in sqrt()Peter Dettman
2014-02-25Add custom curve for secp224r1 (P-224)Peter Dettman
2014-02-25Implement the 8m + 5 case from Pocklington's sqrt algorithm (seems to bePeter Dettman
2014-02-25Remove redundant normalize()Peter Dettman
2014-02-25Fix line endingsPeter Dettman
2014-02-24Refactoring of the Nat* classesPeter Dettman
2014-02-24FormattingPeter Dettman
2014-02-22Javadoc 1.8 error fixesVille Skyttä
2014-02-19Check for null in equalsPeter Dettman
2014-02-19Use the toBigInteger value for A/B comparison for curve equalityPeter Dettman
2014-02-09Delete old commented-out codePeter Dettman
2014-02-09Provide sumOfMultiplies as an arbitrary-length generalization ofPeter Dettman
2014-02-07Use parallel wNAF for sumOfTwoMultipliesPeter Dettman
2014-02-07Small optimization for width 4Peter Dettman
2014-02-07Index precomputation info by namePeter Dettman
2014-02-07RefactoringPeter Dettman
2014-02-07Update OCB draft referencesPeter Dettman
2014-02-06Use FixedPointCombMultiplier for most base-point multiplicationsPeter Dettman
2014-02-06Use fixed-point comb for multiplying by the base-pointPeter Dettman
2014-02-06A few improvements to the fixed-point combPeter Dettman
2014-02-06Initial work on the Curve25519 field implementationPeter Dettman
2014-02-05Update copyright year and add Inc.Peter Dettman
2014-02-05Normalize both points at once (saving a field inversion)Peter Dettman
2014-02-05Normalize both points at once (saving a field inversion)Peter Dettman
2014-02-05RefactorPeter Dettman
2014-02-05Add a shiftUpBit variationPeter Dettman
2014-02-04RefactorPeter Dettman
2014-02-04Initial work on a fixed-point comb multiplierPeter Dettman
2014-02-04Code cleanupPeter Dettman
2014-02-04For repeated doublings, use jacobian-modified coordinates internallyPeter Dettman
2014-02-03Add mulAdd methodPeter Dettman
2014-02-03ReformatPeter Dettman
2014-02-03Fix addOne, refactoringPeter Dettman
2014-02-03Rename localPeter Dettman
2014-02-03Implement Karatsuba multiply/square on 512-bit numbers and use as basisPeter Dettman
2014-02-02Minor optimization for secp521r1 point doublingPeter Dettman
2014-02-02Bring OCB test vectors up-to-date with draft v06Peter Dettman
2014-02-01Add custom curve for secp521r1 (P-521)Peter Dettman
2014-02-01Add support for delayed modular reductionPeter Dettman
2014-02-01Code cleanupPeter Dettman
2014-02-01Rename locals in reduce() methodsPeter Dettman
2014-02-01Optimize reduce() methodPeter Dettman
2014-02-01Optimize reduce() methodPeter Dettman
2014-02-01Fix Nat*.gte methodsPeter Dettman
2014-01-31Make dec/inc/incExt methods work at the full length and changePeter Dettman
2014-01-31Avoid modifying the input to the reduce() methodsPeter Dettman
2014-01-31Improve reduction speed for secp192k1 and secp256k1 custom fieldsPeter Dettman
2014-01-31Refactor decompressPoint in custom curvesPeter Dettman
2014-01-31Add custom curve implementations of secp192k1 and secp192r1 (P-192)Peter Dettman