Portability | Excellent |
---|---|
Stability | Stable |
Maintainer | Vincent Hanquez <vincent@snarc.org> |
Safe Haskell | None |
benchmarks for symmetric ciphers
- defaultMain :: [GBlockCipher] -> IO ()
- defaultMainAll :: [GCipher] -> IO ()
- data GBlockCipher = forall a . BlockCipher a => GBlockCipher a
- data GStreamCipher = forall a . StreamCipher a => GStreamCipher a
- data GCipher
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.
forall a . BlockCipher a => GBlockCipher a |
data GStreamCipher Source
Generic Stream cipher that wrap a specific stream cipher.
forall a . StreamCipher a => GStreamCipher a |