summaryrefslogtreecommitdiff
path: root/crypto/blake2/blake2b.c
Commit message (Expand)AuthorAgeFilesLines
* Move digests to providersShane Lontis2019-06-041-329/+0
* 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-061-5/+12
* blake2b: add support for parameter setting and keyed hashAntoine Salon2019-02-061-3/+52
* blake2: add implementation support for variable digest lengthAntoine Salon2019-02-061-4/+8
* Following the license change, modify the boilerplates in crypto/blake2/Richard Levitte2018-12-061-1/+1
* Move e_os.h to be the very first include.Pauli2017-08-301-2/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-5/+4
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-2/+2
* Copyright consolidation: perl filesRich Salz2016-04-201-1/+1
* Clean-up *_DEBUG options.Andy Polyakov2016-04-071-5/+0
* Configure: add BLAKE_DEBUG to --strict-warnings set.Andy Polyakov2016-04-061-1/+1
* crypto/blake2: make lowest-level function handle multiple blocks..Andy Polyakov2016-03-311-72/+125
* Move blake2_loclh to blake2 directoryRich Salz2016-03-201-1/+1
* Save leaf_node and node_offset as character arrayKurt Roeckx2016-03-111-2/+2
* Review commentsKurt Roeckx2016-03-111-26/+24
* Add blake2 support.Bill Cox2016-03-111-0/+225