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 (Collapse)Author
2014-01-08Merge remote branch 'origin/master'masterbouncy
2014-01-07Curve equality now generically just needs equals curve parameters fromPeter Dettman
equal fields
2014-01-06Merge remote branch 'origin/master'bouncy
2014-01-06Further work on custom curve support.David Hook
Initial work on RFC 5581
2014-01-05Change exception message to reflect actual class namePeter Dettman
2014-01-05Replace more instanceof checks for curve typePeter Dettman
2014-01-05Merge remote branch 'origin/master'bouncy
2014-01-05Add guards to make sure the k values are sensiblePeter Dettman
2014-01-05Use field info instead of casting to ECCurve.F2mPeter Dettman
2014-01-05Fix exponent orderPeter Dettman
2014-01-05Implement Integers rotate methods for J2ME and JDK 1.4Peter Dettman
2014-01-05Merge remote branch 'origin/master'bouncy
2014-01-05Avoid instanceof ECPoint.F2mPeter Dettman
2014-01-05removed extra imports.David Hook
2014-01-05ECCurve now exposes the FiniteField that it is defined over viaPeter Dettman
getField() method. ECAlgorithms now has isFpCurve and isF2mCurve to begin the process of cleaning up various instanceof checks on ECCurve.Fp and ECCurve.F2m. Some callsites changed to use new tests and access curve field.
2014-01-05Add new package for working with finite fields and their extensionsPeter Dettman
2014-01-05Make rotate methods from Integer availablePeter Dettman
2014-01-05Add ECPoint.getDetachedPoint() method to return a new point (in affinePeter Dettman
form) with curve == null
2014-01-05Merge remote branch 'origin/master'bouncy
2014-01-05More custom curve temporary fixesPeter Dettman
2014-01-05Merge remote branch 'origin/master'bouncy
2014-01-05Further work on custom curves.David Hook
2014-01-05Additional custom curve check.David Hook
2014-01-05Merge remote branch 'origin/master'bouncy
2014-01-05further work on custom curve recognitionDavid Hook
2014-01-05moved SECCustomNamedCurves to CustomNamedCurves in crypto.ecDavid Hook
2014-01-05Added use of custom curves in provider.David Hook
2014-01-04Add support for addition/subtraction in double-length (i.e.Peter Dettman
pre-reduction) buffers
2014-01-04Remove unused importPeter Dettman
2014-01-04Some optimizations for typical special a/b values in Lambda-projectivePeter Dettman
point doubling
2014-01-04Small modification to the intro for square()Peter Dettman
2014-01-04Refactor for clarityPeter Dettman
2014-01-04Merge remote branch 'origin/master'bouncy
2014-01-04Simplify handling of zz[15] in square()Peter Dettman
2014-01-04Change shiftUp to take the full incoming carry word as inputPeter Dettman
2014-01-04Added constructor taking signed byte array.David Hook
2014-01-04relocated to remove ASN.1 dependency from mathDavid Hook
2014-01-04Merge remote-tracking branch 'origin/master'David Hook
2014-01-04Added constructor taking signed byte array.David Hook
2014-01-04Merge remote branch 'origin/master'bouncy
2014-01-03Comment out assert lines so things will compile on earlier JDKsPeter Dettman
2014-01-03Use Nat256.square, which is now slightly faster than mulPeter Dettman
2014-01-03Optimise point operations by operating directly on mutable intermediatePeter Dettman
field values
2014-01-03Check for custom curves before normal onesPeter Dettman
2014-01-03Add default constructorsPeter Dettman
2014-01-03Registerize the result in square() and track carries inlinePeter Dettman
2014-01-03Merge remote branch 'origin/master'bouncy
2014-01-03Merge remote-tracking branch 'origin/master'David Hook
2014-01-03Registerize the input and completely unroll loops in square()Peter Dettman
2014-01-03Registerize data in reduce and columnize the additionPeter Dettman