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-07-21compatibility updatesDavid Hook
2014-04-16A SecureRandom should not be created or stored if not neededPeter Dettman
2014-03-25fixed imports.David Hook
2014-03-21JavaDoc updatesDavid Hook
2014-03-21refactoring of ASN1 primitive classes.David Hook
2014-03-12Allow subclasses to override the ECMultiplier used for base-pointPeter Dettman
multiplication
2014-03-03Merge remote-tracking branch 'origin/master'David Hook
2014-03-02Added match for SHA512/256 and SHA512/224David Hook
2014-02-25Remove redundant normalize()Peter Dettman
2014-02-25Fix line endingsPeter Dettman
2014-02-22Javadoc 1.8 error fixesVille Skyttä
2014-02-07RefactoringPeter Dettman
2014-02-06Use FixedPointCombMultiplier for most base-point multiplicationsPeter Dettman
2014-02-06Use fixed-point comb for multiplying by the base-pointPeter Dettman
2013-12-27Use utility method to reverse bytesPeter Dettman
Use more efficient BigInteger truncation
2013-11-20added support for RFC 6979 deterministic DSA/ECDSADavid Hook
2013-11-08fixed truncation of long hashes to prevent too many bits from being removed.David Hook
2013-09-27Check for negative r, sPeter Dettman
Refactor local variables
2013-09-23Update various EC algorithms and tests to use normalize andPeter Dettman
getAffine[XY]Coord when working with curves that might now be using non-affine coordinates internally
2013-09-23Refactor calculateE methodPeter Dettman
2013-09-12Provide some extra methods on ECFieldElement to avoid full conversion toPeter Dettman
BigInteger for common, simple tests
2013-09-01Add new constructor to take the OID explicitly, to allow use withPeter Dettman
NullDigest
2013-05-31initial reshuffleDavid Hook