File: MD5.hs

package info (click to toggle)
haskell-puremd5 2.1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 76 kB
  • sloc: haskell: 267; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
{-# LANGUAGE ExistentialQuantification #-}
module Test.MD5 where

import Test.QuickCheck
import Test.Crypto
import Data.Digest.Pure.MD5

test = runTests (makeMD5Tests (undefined :: MD5Digest))