aboutsummaryrefslogtreecommitdiff
path: root/include/modules/hash.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
|
* Move TokenList back to its own header and move INSP_FORMAT to compat.Gravatar Sadie Powell2023-09-031-0/+2
| | | | | This allows making stringutils an optional header given that most of it is not used by most of the codebase.
* Yet more stylistic fixes.Gravatar Sadie Powell2022-12-011-1/+3
|
* Remove duplicate includes from module headers.Gravatar Sadie Powell2022-01-251-2/+0
|
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-1/+1
|
* Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-1/+2
|
* Refactor the hex encoding function.Gravatar Sadie Powell2021-05-101-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+6
|
* 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.