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-06A few improvements to the fixed-point combPeter Dettman
2014-02-06Initial work on the Curve25519 field implementationPeter Dettman
2014-02-05Add a shiftUpBit variationPeter Dettman
2014-02-04Initial work on a fixed-point comb multiplierPeter 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-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
2014-01-31Unroll mulWordAddExtPeter Dettman
2014-01-30Fix final step of reduce()Peter Dettman
2014-01-30Remove unused static variablesPeter Dettman
2014-01-30Fix GetBit range-checkPeter Dettman
2014-01-30Take advantage of special prime modulus to optimize sqrtPeter Dettman
2014-01-30Add squareN to perform repeated modular squaringPeter Dettman
2014-01-28Refactoring in checkCurveEquationPeter Dettman
2014-01-28Several optimizations and make notes of possible delayed reductionsPeter Dettman
2014-01-28RefactoringPeter Dettman
2014-01-28Avoid division when decompressing a lambda-projective pointPeter Dettman
2014-01-28Implement multi-squaring in-place and use for F2m sqrt()Peter Dettman
2014-01-28Fix and re-enable twicePlus for lambda-projective coordinatesPeter Dettman
2014-01-28Refactoring and javadocPeter Dettman
2014-01-27RefactoringPeter Dettman
2014-01-27Remove IntArrayPeter Dettman
2014-01-26Final reduction only possible after subtraction-carryPeter Dettman
2014-01-26Various minor cleanups noted during C# portPeter Dettman
2014-01-26Add getRawZCoords methodPeter Dettman
2014-01-26Reduce bitlength requirement for residue calculationPeter Dettman
2014-01-26Adjust first-digit optimization to not be so conservativePeter Dettman
2014-01-25Add 0 guard in modInversePeter Dettman
2014-01-25Fix remaining issues with x=0 points in lambda-projective, and make itPeter Dettman
2014-01-25Implement sqrt in F2mPeter Dettman
2014-01-24Use new Mod.invert method to perform modular inversion in prime fieldsPeter Dettman
2014-01-24Add zero check in invert()Peter Dettman
2014-01-24Fix javadocPeter Dettman
2014-01-24Track the carry for a, b to avoid redundant add/subs of the primePeter Dettman