File: test.hs

package info (click to toggle)
haskell-cipher-aes128 0.7.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 220 kB
  • sloc: ansic: 1,696; haskell: 674; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE PackageImports #-}
import Test.AES
import Crypto.Cipher.AES128
import "test-framework" Test.Framework

main = do
    ts <- makeAESTests (undefined :: AESKey128)
    defaultMain ts