package nocrypto

  1. Overview
  2. Docs

Ready-to-use RNG algorithms.

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.