/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
- import Crypto.Cipher.Benchmarks
- import Crypto.Cipher.Blowfish
- main = defaultMain
- [ GBlockCipher (undefined :: Blowfish128)
- ]