module Fortuna : S.Generator
Fortuna, a CSPRNG proposed by Schneier.
module Hmac_drgb : sig ... end
HMAC_DRBG: A NIST-specified RNG based on HMAC construction over the provided hash.
module Null : S.Generator
No-op generator returning exactly the bytes it was seeded with.