Safe Haskell | None |
---|---|
Language | Haskell2010 |
- encrypt :: ByteString -> ByteString -> IO ByteString
- decrypt :: ByteString -> ByteString -> IO ByteString
Documentation
encrypt :: ByteString -> ByteString -> IO ByteString Source #
The key must be less than 32 bytes in length
decrypt :: ByteString -> ByteString -> IO ByteString Source #
The key must be less than 32 bytes in length