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-03-21refactoringDavid Hook
2014-03-19Merge branch 'master' of git.bouncycastle.org:bc-javaPeter Dettman
2014-03-19further fix to custom curve check.David Hook
2014-03-19Added check to make sure there is a regular curve equivalent to a custom one.David Hook
2014-03-19Merge remote-tracking branch 'origin/master'David Hook
2014-03-19Added other revocation info setting.David Hook
2014-03-17A few small follow-ups to the Curve25519 stuffPeter Dettman
2014-03-15Add initial implementation of curve25519 (in Weierstrass form!)Peter Dettman
2014-03-14Take advantage of GLV (when available) in sum-of-multiplies methodsPeter Dettman
2014-03-14Change primary measurement to multiplication rate using fixed-durationPeter Dettman
2014-03-14Optimize squaring by inlining the shiftUpBitPeter Dettman
2014-03-13Fix a bug in doFinal introduced by previous changePeter Dettman
2014-03-13Rename parametersPeter 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-12Don't output anything for curves when no endomorphism is foundPeter Dettman
2014-03-12Minor change to order of outputPeter Dettman
2014-03-12Add support for "GLV Type B" endomorphism and configure the "koblitz" FpPeter Dettman
2014-03-12Add GLVMultiplier and supporting interfacesPeter Dettman
2014-03-12Add support for use of ECPointMap to support GLVPeter Dettman
2014-03-12All subclasses to control the choice of width to usePeter Dettman
2014-03-12Allow subclasses to override the ECMultiplier used for base-pointPeter Dettman
2014-03-12Weight the performance test more towards random pointsPeter Dettman
2014-03-12Add mapPointWithPreComp method that precomputes WNAF data for a point p,Peter Dettman
2014-03-12Add ECPointMap interface and implementations that scale X, Y coordinatesPeter Dettman
2014-03-12Add scaleX, scaleY methods to ECPointPeter Dettman
2014-03-12Add new createRawPoint method on ECCurve that includes the Z coordsPeter Dettman
2014-03-12Add a tool for finding endomorphisms on EC curves; currently only findsPeter Dettman
2014-03-12Add new methodPeter Dettman
2014-03-12Add extra random tests for SipHash to check consistency across differentPeter Dettman
2014-03-12Refactor EC KPG initialization codePeter Dettman
2014-03-12Javadoc fixesPeter Dettman
2014-03-11Optimization (faster at all input lengths, but especially for longPeter Dettman
2014-03-11Improve SipHashTest to cover varying update methodsPeter Dettman
2014-03-11updateDavid Hook
2014-03-11Made tokenizer public.David Hook
2014-03-11FormattingDavid Hook
2014-03-11Merge branch 'merge_common_code_for_x500NameStyle' of https://github.com/wdic...David Hook
2014-03-11updateDavid Hook
2014-03-11Merge branch 'feature/siphash-jce' of https://github.com/timw/bc-java into ti...David Hook
2014-03-11Merge branch 'feature/idea-pgp' of https://github.com/timw/bc-java into timw-...David Hook
2014-03-11Merge branch 'feature/aead-exceptions' of https://github.com/timw/bc-java int...David Hook
2014-03-11Merge branch 'feature/update-size-testing' of https://github.com/timw/bc-java...David Hook
2014-03-11Merge remote-tracking branch 'origin/master'David Hook
2014-03-10Add KeyGenerator registrations for SipHash in JCE API and add JCE SipHash alg...Tim Whittington
2014-03-10Support IDEA as a PGP block cipher and update IDEA patent verbiage.Tim Whittington
2014-03-10Optimize some of the addition/doubling internalsPeter Dettman
2014-03-10Adapt performance test to exclude outliers form averagePeter Dettman
2014-03-10Add multiplyAddToExt method to fieldsPeter Dettman