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-07-26Execute become-spongy.shRoberto Tyley
2014-07-25RefactorPeter Dettman
2014-07-25Add cofactor validation after point decompressionPeter Dettman
2014-07-23Earlier JDK compatibility updatesDavid Hook
2014-07-22Add automatic EC point validation for decoded points and for multiplier outputs.Peter Dettman
2014-07-21portability updates, updated version numberDavid Hook
2014-05-19Check the low-bit of y is consistent with the header byte in hybrid EC point ...Peter Dettman
2014-03-13Remove unnecessary 'synchronized'Peter Dettman
2014-03-13Move 2 classes into math.ec.endoPeter Dettman
2014-03-12Store 'beta' parameter in GLV Type B as just a BigIntegerPeter Dettman
2014-03-12Add new createRawPoint method on ECCurve that includes the Z coordsPeter Dettman
2014-02-19Check for null in equalsPeter Dettman
2014-02-19Use the toBigInteger value for A/B comparison for curve equalityPeter Dettman
2014-02-07Index precomputation info by namePeter Dettman
2014-01-28Avoid division when decompressing a lambda-projective pointPeter Dettman
2014-01-28Refactoring and javadocPeter Dettman
2014-01-25Fix remaining issues with x=0 points in lambda-projective, and make itPeter Dettman
2014-01-23Make getMultiplier() synchronizedPeter Dettman
2014-01-23Make Montgomery trick method publicPeter Dettman
2014-01-07Curve equality now generically just needs equals curve parameters fromPeter Dettman
2014-01-05ECCurve now exposes the FiniteField that it is defined over viaPeter Dettman
2014-01-03Use isOne instead of bitlength test to allow better field optimisationsPeter Dettman
2013-12-28Support specifying the order/cofactor on Fp curves tooPeter Dettman
2013-12-05Tidy up Fp.decompressPointPeter Dettman
2013-11-26compatibility updateDavid Hook
2013-11-25compatibility updatesDavid Hook
2013-10-19ECPoint.getX/Y now call normalize internally, to avoid breaking existingPeter Dettman
2013-10-02Add initial implementation of homogeneous projective coordinates for F2mPeter Dettman
2013-10-02Allow null entries in the argument to normalizeAllPeter Dettman
2013-10-02Add static getAllCoordinateSystems methodPeter Dettman
2013-09-28Can't use WTauNafMultiplier with Lambda coordinates atmPeter Dettman
2013-09-28Enable lambda-projective support though there are still some problemsPeter Dettman
2013-09-28Add constant for skewed coordinatesPeter Dettman
2013-09-28Implement addition and some other bits and pieces for lambda-projectivePeter Dettman
2013-09-28Add constants for lambda-affine and lambda-projective coordinatesPeter 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-26Default to WNafL2RMultiplier (except F2m Koblitz curves)Peter Dettman
2013-09-26Minor refactorPeter Dettman
2013-09-26Optimize normalizeAll using the Montgomery TrickPeter 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-24Initial implementation of projective homogeneous coordinates for FpPeter Dettman
2013-09-24Finish Modified-Jacobian coordinates implementation for FpPeter Dettman
2013-09-24Don't check normalization after just calling normalizePeter Dettman
2013-09-24Handle infinity in importPointPeter Dettman
2013-09-24Check for same-curve point in importPointPeter Dettman
2013-09-24Add new method importPoint to support working in mixed-coordinatesPeter Dettman