crypto-cipher-benchmarks-0.0.2: 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

data GBlockCipher Source

Generic Block cipher that wrap a specific block cipher.

Constructors

forall a . BlockCipher a => GBlockCipher a