aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/blake2
Commit message (Expand)AuthorAgeFilesLines
* More clang-tidy fixesJack Lloyd2022-02-101-0/+2
* Add HashFunction::new_objectJack Lloyd2021-04-032-3/+3
* Use make_unique in copy_state implementationsJack Lloyd2021-04-031-1/+1
* Add support for keyed Blake2b and also MAC via Blake2b.Tom2020-11-292-5/+54
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-062-6/+4
* Minor optimization for Blake2b::final_resultJack Lloyd2019-12-081-1/+2
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* Add BOTAN_FORCE_INLINE and use it in BLAKE2bJack Lloyd2019-08-311-3/+3
* s/Blake2b/BLAKE2b/Jack Lloyd2019-02-222-18/+20
* Avoid macros in Blake2b to workaround Visual C++ 2017 infinite loopJack Lloyd2017-12-301-39/+44
* Fix build on 32-bitJack Lloyd2017-10-261-1/+1
* Avoid invalid iterator woesJack Lloyd2017-10-261-8/+18
* Blake2b optimizationsJack Lloyd2017-10-262-132/+92
* Add compile-time rotation functionsJack Lloyd2017-10-121-4/+4
* 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-222-0/+7
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-27/+27
* Remove Algo_RegistryJack Lloyd2016-10-212-7/+0
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Fix indentJack Lloyd2016-01-301-171/+193
* Blake2b: use rotate_right instead of a macrocynecx2016-01-271-7/+5
* Blake2b: Fix for MSVCcynecx2016-01-261-5/+3
* Blake2b: Add copyright & fix header guardcynecx2016-01-262-3/+17
* Add Blake2b hash functioncynecx2016-01-263-0/+256