cipher-rc4-0.1.3: Benchmarks/Benchmarks.hs
module Main where import Crypto.Cipher.Benchmarks import Crypto.Cipher.RC4 main = defaultMainAll [Stream $ GStreamCipher (undefined :: RC4)]
module Main where import Crypto.Cipher.Benchmarks import Crypto.Cipher.RC4 main = defaultMainAll [Stream $ GStreamCipher (undefined :: RC4)]