Portability | portable |
---|---|
Stability | experimental |
Maintainer | dominic.steinitz@blueyonder.co.uk |
Safe Haskell | Safe-Inferred |
Takes the AES module supplied by Lukasz Anforowicz and wraps it so it can used with the standard modes.
Function Types
encrypt :: AESKey a => a -> Word128 -> Word128Source
Basic AES encryption which takes a key and a block of plaintext and returns the encrypted block of ciphertext according to the standard.