Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class Monad m => CryptoRNG m where Source #
Monads carrying around the RNG state.
randomBytes :: ByteLength -> m ByteString Source #
Generate given number of cryptographically secure random bytes.
Safe Haskell | None |
---|---|
Language | Haskell2010 |
class Monad m => CryptoRNG m where Source #
Monads carrying around the RNG state.
randomBytes :: ByteLength -> m ByteString Source #
Generate given number of cryptographically secure random bytes.