Cabal revisions of cipher-aes128-0.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: cipher-aes128 version: 0.4+x-revision: 1 synopsis: AES128 using AES-NI when available. description: AES128 with crypto-api instances and a trampoline between Vincent Hanquez's C-based and x86 NI-based AES. Patches welcome to add additional high-performance backends (ARM?) license: BSD3 , ./cbits/include/block128.h , ./cbits/aes/LICENSE , AUTHORS++custom-setup+ setup-depends: Cabal < 1.18, base, template-haskell, process, directory+ library default-language: Haskell2010 exposed-modules: Crypto.Cipher.AES128, Crypto.Cipher.AES128.Internal