/cipher-blowfish/Benchmarks/Benchmarks.hs

http://github.com/vincenthz/hs-cryptocipher · Haskell · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · d0518c971f0c8ba4d5b5e354ab776c90 MD5 · raw file

  1. import Crypto.Cipher.Benchmarks
  2. import Crypto.Cipher.Blowfish
  3. main = defaultMain
  4. [ GBlockCipher (undefined :: Blowfish128)
  5. ]