| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update `tests\core\crypto` | Jeroen van Rijn | 2024-06-02 | 1 | -59/+39 |
| * | tests/core/crypto: Start adding comprehensive curve25519 tests | Yawning Angel | 2024-04-09 | 1 | -0/+3 |
| * | tests/core/crypto: Use the `tests/common` boilerplate | Yawning Angel | 2024-03-04 | 1 | -21/+21 |
| * | core/crypto: Stop using context.temp_allocator | Yawning Angel | 2024-02-07 | 1 | -0/+25 |
| * | core/crypto/hash: Make the low level interface allocator-less | Yawning Angel | 2024-02-07 | 1 | -4/+10 |
| * | core/crypto/shake: SHAKE is an XOF, not a hash | Yawning Angel | 2024-02-07 | 1 | -30/+0 |
| * | tests/core/crypto: Cleanup/modernize a bit | Yawning Angel | 2024-02-07 | 1 | -81/+83 |
| * | core:crypto/hash: Add a generic higher level hash interface | Yawning Angel | 2024-02-07 | 1 | -0/+613 |