aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/blake2
Commit message (Expand)AuthorAgeFilesLines
* 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