DRBG-0.5.5: Deterministic random bit generator (aka RNG, PRNG) based HMACs, Hashes, and Ciphers.
Safe HaskellSafe
LanguageHaskell2010

Crypto.Random.DRBG.Types

Documentation

type BitLen = Int Source #

type Entropy = ByteString Source #

type PersonalizationString = ByteString Source #

type Nonce = ByteString Source #

type AdditionalInput = ByteString Source #

type RandomBits = ByteString Source #