Safe Haskell | None |
---|---|
Language | Haskell2010 |
Crypto.Saltine.Core.Utils
Synopsis
- randomByteString :: Int -> IO ByteString
Documentation
randomByteString :: Int -> IO ByteString Source #
Build a sized random ByteString
using Sodium's bindings to
devurandom
.