cryptocipher-0.2.3: Symmetrical Block, Stream and PubKey Ciphers

Crypto.Cipher.AES

Contents

Synopsis

Documentation

data Key Source

Instances

encrypt :: Key -> ByteString -> ByteStringSource

encrypt with the key a bytestring and returns the encrypted bytestring

decrypt :: Key -> ByteString -> ByteStringSource

decrypt with the key a bytestring and returns the encrypted bytestring

those key sizes are not actually working right now.