Name: SimpleAES Synopsis: Fast AES encryption/decryption for bytestrings Description: A simplified binding to Brian Gladman's AES implementation, including a copy of that implementation Version: 0.2 License: BSD3 License-file: COPYING Copyright: Copyright (c) 2009 University of Tromsø, 2009 David Himmelstrup Author: Svein Ove Aas , David Himmelstrup Maintainer: David Himmelstrup Stability: provisional Category: Cryptography Tested-With: GHC == 6.10.4 Cabal-Version: >= 1.6 Build-Type: Simple Extra-source-files: cbits/aes.h, cbits/aesopt.h, cbits/aestab.h, cbits/brg_endian.h, cbits/brg_types.h, cbits/aes.txt, cbits/aes_via_ace.h, cbits/ctr_inc.h Library Build-Depends: base >= 4 && < 5 , bytestring, mwc-random >= 0.4.1.1 Extensions: ForeignFunctionInterface, ViewPatterns, EmptyDataDecls Exposed-Modules: Codec.Crypto.SimpleAES Other-Modules: Codec.Crypto.AES.IO ghc-options: -Wall C-sources: cbits/aescrypt.c, cbits/aeskey.c, cbits/aestab.c, cbits/aes_modes.c, cbits/ctr_inc.c Include-Dirs: cbits Hs-Source-Dirs: src