Portability | Excellent |
---|---|
Stability | Stable |
Maintainer | Vincent Hanquez <vincent@snarc.org> |
Safe Haskell | None |
Crypto.Cipher.Benchmarks
Description
benchmarks for symmetric ciphers
- defaultMain :: [GBlockCipher] -> IO ()
- data GBlockCipher = forall a . BlockCipher a => GBlockCipher a
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 |