crypto-cipher-benchmarks-0.0.5: Generic cryptography cipher benchmarks

PortabilityExcellent
StabilityStable
MaintainerVincent Hanquez <vincent@snarc.org>
Safe HaskellNone

Crypto.Cipher.Benchmarks

Description

benchmarks for symmetric ciphers

Synopsis

Documentation

defaultMain :: [GBlockCipher] -> IO ()Source

DefaultMain: parse command line arguments, run benchmarks and report

defaultMainAll :: [GCipher] -> IO ()Source

DefaultMain: parse command line arguments, run benchmarks and report

data GBlockCipher Source

Generic Block cipher that wrap a specific block cipher.

Constructors

forall a . BlockCipher a => GBlockCipher a 

data GStreamCipher Source

Generic Stream cipher that wrap a specific stream cipher.

Constructors

forall a . StreamCipher a => GStreamCipher a 

data GCipher Source

Any generic cipher (block or stream)