summaryrefslogtreecommitdiffstats
path: root/crypto/blake2/blake2b.c
AgeCommit message (Expand)Author
2019-02-06blake2b: add support for parameter setting and keyed hashAntoine Salon
2019-02-06blake2: add implementation support for variable digest lengthAntoine Salon
2018-12-06Following the license change, modify the boilerplates in crypto/blake2/Richard Levitte
2017-08-30Move e_os.h to be the very first include.Pauli
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-04-20Copyright consolidation: perl filesRich Salz
2016-04-07Clean-up *_DEBUG options.Andy Polyakov
2016-04-06Configure: add BLAKE_DEBUG to --strict-warnings set.Andy Polyakov
2016-03-31crypto/blake2: make lowest-level function handle multiple blocks..Andy Polyakov
2016-03-20Move blake2_loclh to blake2 directoryRich Salz
2016-03-11Save leaf_node and node_offset as character arrayKurt Roeckx
2016-03-11Review commentsKurt Roeckx
2016-03-11Add blake2 support.Bill Cox