aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/blake2
Commit message (Expand)AuthorAgeFilesLines
* Move BLAKE2 digests completely to the default providerRichard Levitte2019-10-173-102/+0
* Providers: move all digestsRichard Levitte2019-10-102-2/+2
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-282-2/+2
* Move BLAKE2 MACs to the providersRichard Levitte2019-08-153-394/+1
* Change EVP_MAC method from copy to dupKurt Roeckx2019-06-062-6/+18
* Move digests to providersShane Lontis2019-06-049-937/+26
* fix truncation of integers on 32bit AIXShane Lontis2019-03-111-4/+4
* blake2: avoid writing to output buffer when using default digest lengthAntoine Salon2019-02-062-10/+24
* blake2: backport changes to blake2sAntoine Salon2019-02-065-11/+256
* blake2b: add EVP_MAC APIAntoine Salon2019-02-062-1/+191
* blake2b: add support for parameter setting and keyed hashAntoine Salon2019-02-063-7/+70
* blake2: add implementation support for variable digest lengthAntoine Salon2019-02-063-9/+19
* Following the license change, modify the boilerplates in crypto/blake2/Richard Levitte2018-12-066-6/+6
* Remove parentheses of return.KaoruToda2017-10-182-2/+2
* Move e_os.h to be the very first include.Pauli2017-08-302-4/+2
* e_os.h removal from other headers and source files.Pauli2017-08-302-4/+2
* Fix some extra or missing whitespaces...FdaSilvaYY2017-01-251-1/+1
* Copyright consolidation 09/10Rich Salz2016-05-176-30/+24
* fix tab-space mixed indentationFdaSilvaYY2016-05-092-4/+4
* Fix Blake block lengthDr. Stephen Henson2016-05-042-2/+2
* Remove --classic build entirelyRichard Levitte2016-04-201-41/+0
* Copyright consolidation: perl filesRich Salz2016-04-206-6/+6
* Clean-up *_DEBUG options.Andy Polyakov2016-04-072-10/+0
* Configure: add BLAKE_DEBUG to --strict-warnings set.Andy Polyakov2016-04-062-2/+2
* crypto/blake2: make lowest-level function handle multiple blocks..Andy Polyakov2016-03-313-171/+272
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-201-4/+0
* Move blake2_loclh to blake2 directoryRich Salz2016-03-205-4/+100
* Use unsigned int instead of just unsigned.Kurt Roeckx2016-03-111-2/+2
* Save leaf_node and node_offset as character arrayKurt Roeckx2016-03-113-33/+30
* Review commentsKurt Roeckx2016-03-117-149/+255
* Add blake2 support.Bill Cox2016-03-115-0/+640