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
path: root/core/src
AgeCommit message (Expand)Author
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-06Add order/cofactor to the small test curvesPeter 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
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-28Refactor to work more clearly wit field elementsPeter 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-28RefactoringPeter Dettman
2014-01-28Wire up the extension processing for encrypt_then_macPeter Dettman
2014-01-28Adjust various ciphersuite listsPeter Dettman