crypto-simple-0.1.0.0: A simple high level encryption interface based on cryptonite

Safe HaskellNone
LanguageHaskell2010

Crypto.Simple.CTR

Synopsis

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