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