aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/blake2/blake2b.h
Commit message (Expand)AuthorAgeFilesLines
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* s/Blake2b/BLAKE2b/Jack Lloyd2019-02-221-4/+6
* Blake2b optimizationsJack Lloyd2017-10-261-12/+5
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Add HashFunction::copy_stateJack Lloyd2017-05-221-0/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-7/+7
* Remove Algo_RegistryJack Lloyd2016-10-211-2/+0
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Blake2b: Add copyright & fix header guardcynecx2016-01-261-2/+9
* Add Blake2b hash functioncynecx2016-01-261-0/+56