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-06-21Merge remote-tracking branch 'origin/master'David Hook
2014-06-21compatibility updatesDavid Hook
2014-06-21Fix references to SRPUtilCustomPeter Dettman
2014-06-21Merge branch 'master' of https://github.com/dangrasso/bc-javaPeter Dettman
2014-06-21Update GMAC/GCM javadocPeter Dettman
2014-06-21Allow GCM tag lengths down to 32 bitsPeter Dettman
As requested by https://github.com/bcgit/bc-java/pull/69
2014-06-21Move various support classes into math.rawPeter Dettman
2014-06-21Add a generic modular add methodPeter Dettman
2014-06-21Use addTo/subFrom methodsPeter Dettman
2014-06-18further tweaking.David 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-16minor refactoringDavid Hook
2014-06-16Merge branch 'master' of https://github.com/MauriceAarts/bc-java into ↵David Hook
MauriceAarts-master
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
into timw-feature/scrypt-docs-params
2014-05-30Merge branch 'feature/more-encodable-digests' of ↵David Hook
https://github.com/timw/bc-java into timw-feature/more-encodable-digests
2014-05-26JavaDocDavid Hook
2014-05-26added optional buffer setting, added general checking for skipping cipher, ↵David Hook
removed use of instanceof.
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
added support for mark and reset to CipherInputStream
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
encodings
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 KDFCounter Generator and Parser to support a wider set of ↵Maurice Aarts
implementations of the NIST-SP800-108 standard This KDF has been defined by the publicly available NIST SP800-108 specification. NIST SP800-108 allows for alternative orderings of the input fields, meaning that the input can be formated in multiple ways. There are 3 basic formats which are now supported. See comments in the files for details.
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 ↵Tim Whittington
lookups into a single array, eliminating some range checking.
2014-04-26deprecated NTRU signer.David Hook