65[[nodiscard]]
bool ra8_ct_equal(
const void* a,
const void* b,
size_t len);
bool ra8_ct_equal(const void *a, const void *b, size_t len)
Constant-time equality of two byte buffers.
void ra8_secure_memzero(void *ptr, size_t len)
Securely zero a buffer such that the write cannot be optimised away.