aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules/hash.h
Commit message (Collapse)AuthorAgeFilesLines
* Hashing: Redo APIGravatar Daniel Vassdal2014-08-041-10/+24
| | | | | | | * Don't assume the printable output of hashes is hex * Add virtual Compare() function, usable for KDFs like BCrypt Some changes and bugfixes are by @attilamolnar, original PR #767
* Tidy up source files:Gravatar Peter Powell2013-04-121-0/+58
- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues.