File: Benchmarks.hs

package info (click to toggle)
haskell-cipher-blowfish 0.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 96 kB
  • ctags: 1
  • sloc: haskell: 476; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
import Crypto.Cipher.Benchmarks
import Crypto.Cipher.Blowfish

main = defaultMain
    [ GBlockCipher (undefined :: Blowfish128)
    ]