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-06-21Use addTo/subFrom methodsPeter Dettman
2014-06-18further tweaking.David Hook
2014-06-18minor cleanupDavid Hook
2014-06-18fixed CMacWithIV class (sigh...)David Hook
2014-06-18added CMacWithIV class for "backwards" compatibility.David Hook
2014-06-17JavaDocDavid Hook
2014-06-16JavaDocDavid Hook
2014-06-16JavaDocDavid Hook
2014-06-16JavaDocDavid Hook
2014-06-16JavaDocDavid Hook
2014-06-16JavaDocDavid Hook
2014-06-16JavaDocDavid Hook
2014-06-16JavaDocDavid Hook
2014-06-16minor refactoringDavid Hook
2014-06-16Merge branch 'master' of https://github.com/MauriceAarts/bc-java into Maurice...David Hook
2014-06-08JavaDoc fix.David Hook
2014-06-07minor tweak.David Hook
2014-06-03JavaDocDavid Hook
2014-05-30Merge branch 'feature/scrypt-docs-params' of https://github.com/timw/bc-java ...David Hook
2014-05-30Merge branch 'feature/more-encodable-digests' of https://github.com/timw/bc-j...David Hook
2014-05-26JavaDocDavid Hook
2014-05-26added optional buffer setting, added general checking for skipping cipher, re...David Hook
2014-05-26Refactor EncodableDigest tests into a single DigestTest implementation.Tim Whittington
2014-05-26Extend EncodableDigest implementation to all SHA-2 digests.Tim Whittington
2014-05-25Merge remote-tracking branch 'origin/master'David Hook
2014-05-25brought processByte in StreamCipher into line with other usages.David Hook
2014-05-24Use uvLen with u, vPeter Dettman
2014-05-24Further work on JavaDoc.David Hook
2014-05-24JavaDocDavid Hook
2014-05-24JavaDoc, cleared out buffered data.David Hook
2014-05-24further work on skipping ciphersDavid Hook
2014-05-24JavaDocDavid Hook
2014-05-24JavaDocDavid Hook
2014-05-24JavaDoc updates.David Hook
2014-05-23added EncodableDigest with constructors supporting the same.David Hook
2014-05-22minor clean up.David Hook
2014-05-20Merge remote-tracking branch 'origin/master'David Hook
2014-05-20further work on SkippingCiphersDavid Hook
2014-05-19Check the low-bit of y is consistent with the header byte in hybrid EC point ...Peter Dettman
2014-05-19further work on streams and block ciphers.David Hook
2014-05-19further work on adding StreamCipher to block streaming modes.David Hook
2014-05-17added support for the BSI plain ECDSA oids/name.David Hook
2014-05-16further work on SkippingCipher, added StreamCipher interface to SICBlockCipher.David Hook
2014-05-14Updated KDF Counter Generator TEST vectors to latest NIST revision.Maurice Aarts
2014-05-14Updated KDF Counter Generator Test to support new version of KDF Counter Gene...Maurice Aarts
2014-05-14Updated KDFCounter Generator and Parser to support a wider set of implementat...Maurice Aarts
2014-05-12JavaDoc additionsDavid Hook
2014-05-12first cut at "skipping cipher".David Hook
2014-05-10further tweaking of boundary check in ElGamalDavid Hook
2014-05-09Make AESFastEngine actually faster than AESEngine by condensing all table loo...Tim Whittington