package nocrypto

  1. Overview
  2. Docs

HMAC_DRBG: A NIST-specified RNG based on HMAC construction over the provided hash.

module Make (H : Hash.S) : S.Generator