aboutsummaryrefslogtreecommitdiff
path: root/tests/core/crypto/test_core_crypto_hash.odin
Commit message (Expand)AuthorAgeFilesLines
* Update `tests\core\crypto`Jeroen van Rijn2024-06-021-59/+39
* tests/core/crypto: Start adding comprehensive curve25519 testsYawning Angel2024-04-091-0/+3
* tests/core/crypto: Use the `tests/common` boilerplateYawning Angel2024-03-041-21/+21
* core/crypto: Stop using context.temp_allocatorYawning Angel2024-02-071-0/+25
* core/crypto/hash: Make the low level interface allocator-lessYawning Angel2024-02-071-4/+10
* core/crypto/shake: SHAKE is an XOF, not a hashYawning Angel2024-02-071-30/+0
* tests/core/crypto: Cleanup/modernize a bitYawning Angel2024-02-071-81/+83
* core:crypto/hash: Add a generic higher level hash interfaceYawning Angel2024-02-071-0/+613