aboutsummaryrefslogtreecommitdiff
path: root/core/crypto/hash/doc.odin
Commit message (Collapse)AuthorAgeFilesLines
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
|
* core: improve package doc comments for the documentation generatorLaytan Laats2024-09-031-30/+28
|
* core:crypto/hash: Add a generic higher level hash interfaceYawning Angel2024-02-071-0/+62
There is a lot of code duplicated in convenience methods in each hash implementation, and having a generic hash type makes implementing higher-level constructs such as HMAC significantly easier down the road.