aboutsummaryrefslogtreecommitdiff
path: root/core/crypto/hash/hash.odin
Commit message (Expand)AuthorAgeFilesLines
* core/crypto: Stop using context.temp_allocatorYawning Angel2024-02-071-8/+4
* core/crypto/hash: Make the low level interface allocator-lessYawning Angel2024-02-071-2/+2
* core/crypto: Expose the block sizes for every hash algorithmYawning Angel2024-02-071-5/+7
* core:crypto/hash: Add a generic higher level hash interfaceYawning Angel2024-02-071-0/+118