aboutsummaryrefslogtreecommitdiff
path: root/crypto/blake2
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre2-2/+2
2019-08-15Move BLAKE2 MACs to the providersRichard Levitte3-394/+1
2019-06-06Change EVP_MAC method from copy to dupKurt Roeckx2-6/+18
2019-06-04Move digests to providersShane Lontis9-937/+26
2019-03-11fix truncation of integers on 32bit AIXShane Lontis1-4/+4
2019-02-06blake2: avoid writing to output buffer when using default digest lengthAntoine Salon2-10/+24
2019-02-06blake2: backport changes to blake2sAntoine Salon5-11/+256
2019-02-06blake2b: add EVP_MAC APIAntoine Salon2-1/+191
2019-02-06blake2b: add support for parameter setting and keyed hashAntoine Salon3-7/+70
2019-02-06blake2: add implementation support for variable digest lengthAntoine Salon3-9/+19
2018-12-06Following the license change, modify the boilerplates in crypto/blake2/Richard Levitte6-6/+6
2017-10-18Remove parentheses of return.KaoruToda2-2/+2
2017-08-30Move e_os.h to be the very first include.Pauli2-4/+2
2017-08-30e_os.h removal from other headers and source files.Pauli2-4/+2
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY1-1/+1
2016-05-17Copyright consolidation 09/10Rich Salz6-30/+24
2016-05-09fix tab-space mixed indentationFdaSilvaYY2-4/+4
2016-05-04Fix Blake block lengthDr. Stephen Henson2-2/+2
2016-04-20Remove --classic build entirelyRichard Levitte1-41/+0
2016-04-20Copyright consolidation: perl filesRich Salz6-6/+6
2016-04-07Clean-up *_DEBUG options.Andy Polyakov2-10/+0
2016-04-06Configure: add BLAKE_DEBUG to --strict-warnings set.Andy Polyakov2-2/+2
2016-03-31crypto/blake2: make lowest-level function handle multiple blocks..Andy Polyakov3-171/+272
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-20Remove #error from include files.Rich Salz1-4/+0
2016-03-20Move blake2_loclh to blake2 directoryRich Salz5-4/+100
2016-03-11Use unsigned int instead of just unsigned.Kurt Roeckx1-2/+2
2016-03-11Save leaf_node and node_offset as character arrayKurt Roeckx3-33/+30
2016-03-11Review commentsKurt Roeckx7-149/+255
2016-03-11Add blake2 support.Bill Cox5-0/+640