File: Benchmarks.hs

package info (click to toggle)
haskell-cipher-camellia 0.0.2-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 76 kB
  • sloc: haskell: 297; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
import Crypto.Cipher.Benchmarks
import Crypto.Cipher.Camellia

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