| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove `core:mem` import from `core:crypto`. | Jeroen van Rijn | 2 days | 1 | -2/+2 |
| * | Change Odin's LICENSE to zlib from BSD 3-clause | gingerBill | 2025-10-28 | 1 | -1/+1 |
| * | crypto/hash: hash_bytes_to_buffer slice result to digest size | Laytan | 2025-07-19 | 1 | -3/+2 |
| * | Move os stuff to OS specific files | gingerBill | 2024-09-19 | 1 | -38/+4 |
| * | core/crypto/hash: Make the `_to_buffer` routines return the hash slice | Yawning Angel | 2024-08-10 | 1 | -5/+11 |
| * | core/crypto: Stop using context.temp_allocator | Yawning Angel | 2024-02-07 | 1 | -8/+4 |
| * | core/crypto/hash: Make the low level interface allocator-less | Yawning Angel | 2024-02-07 | 1 | -2/+2 |
| * | core/crypto: Expose the block sizes for every hash algorithm | Yawning Angel | 2024-02-07 | 1 | -5/+7 |
| * | core:crypto/hash: Add a generic higher level hash interface | Yawning Angel | 2024-02-07 | 1 | -0/+118 |