Files
Odin/tests/core
Yawning Angel 6bafa21bee crypto: Add rand_bytes
This adds `rand_bytes(dst: []byte)` which fills the destination buffer
with entropy from the cryptographic random number generator.  This takes
the "simple is best" approach and just directly returns the OS CSPRNG
output instead of doing anything fancy (a la OpenBSD's arc4random).
2021-11-17 14:00:00 +00:00
..
2021-10-02 14:05:26 +01:00
2021-11-17 14:00:00 +00:00
2021-09-21 16:28:35 +02:00
2021-10-06 22:43:33 +02:00
2021-09-20 20:53:39 +02:00
2021-09-08 21:17:16 +02:00
2021-09-07 18:25:49 +02:00