Expand description
Implementation of [libsodium’s randombytes
]
(https://download.libsodium.org/doc/advanced/custom_rng.html) which allows a seeded pseudorandom
number generator (PRNG) to be used.
Functions§
- init_
with_ rng - Sets libsodium
randombytes
to use a seeded PRNG implementation and initialises libsodium.