aboutsummaryrefslogtreecommitdiff
path: root/core/crypto/hash
Commit message (Expand)AuthorAgeFilesLines
* Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-281-1/+1
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
* crypto/hash: hash_bytes_to_buffer slice result to digest sizeLaytan2025-07-191-3/+2
* Use `#+` tagsgingerBill2024-09-192-2/+2
* Add missing import that was accidentally deleted before commitgingerBill2024-09-191-0/+1
* Move os stuff to OS specific filesgingerBill2024-09-193-38/+51
* core: improve package doc comments for the documentation generatorLaytan Laats2024-09-031-30/+28
* core/crypto/hash: Make the `_to_buffer` routines return the hash sliceYawning Angel2024-08-101-5/+11
* core/crypto: Stop using context.temp_allocatorYawning Angel2024-02-072-8/+11
* core/crypto/hash: Make the low level interface allocator-lessYawning Angel2024-02-072-177/+140
* core/crypto: Expose the block sizes for every hash algorithmYawning Angel2024-02-072-7/+37
* core/crypto/shake: SHAKE is an XOF, not a hashYawning Angel2024-02-071-27/+0
* core/crypto: Documentation cleanupsYawning Angel2024-02-071-2/+2
* core:crypto/hash: Add a generic higher level hash interfaceYawning Angel2024-02-073-0/+562