-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Generic cryptography cipher benchmarks -- -- Generic cryptography cipher benchmarks @package crypto-cipher-benchmarks @version 0.0.2 -- | benchmarks for symmetric ciphers module Crypto.Cipher.Benchmarks -- | DefaultMain: parse command line arguments, run benchmarks and report defaultMain :: [GBlockCipher] -> IO () -- | Generic Block cipher that wrap a specific block cipher. data GBlockCipher GBlockCipher :: a -> GBlockCipher instance Show Mode instance Enum Mode instance Bounded Mode instance Show Report instance Show OptionArg instance Eq OptionArg