{-# LANGUAGE PackageImports #-} -- | -- Module : Crypto.Cipher.AES -- License : BSD-style -- Maintainer : Vincent Hanquez -- Stability : experimental -- Portability : Good module Crypto.Cipher.AES ( module Crypto.Cipher.AES ) where import "cipher-aes" Crypto.Cipher.AES