use more Imports
This commit is contained in:
parent
39d58bef52
commit
cf47754776
@ -2,20 +2,13 @@
|
||||
{-# LANGUAGE ExistentialQuantification #-}
|
||||
module KAT_AFIS (tests) where
|
||||
|
||||
import Control.Applicative
|
||||
import Control.Monad
|
||||
import Imports
|
||||
|
||||
import Crypto.Hash
|
||||
import Crypto.Random
|
||||
import qualified Crypto.Data.AFIS as AFIS
|
||||
|
||||
import Data.ByteString.Char8 ()
|
||||
import qualified Data.ByteString as B
|
||||
|
||||
import Test.Tasty
|
||||
import Test.Tasty.QuickCheck
|
||||
import Test.Tasty.HUnit
|
||||
|
||||
mergeVec =
|
||||
[ (3
|
||||
, hash :: HashFunctionBS SHA1
|
||||
|
||||
@ -1,14 +1,10 @@
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
module Main where
|
||||
|
||||
import Control.Applicative
|
||||
import Data.Byteable
|
||||
import Data.ByteString (ByteString)
|
||||
import qualified Data.ByteString as B
|
||||
import Data.ByteString.Char8 ()
|
||||
import Test.Tasty
|
||||
import Test.Tasty.QuickCheck
|
||||
import Test.Tasty.HUnit
|
||||
|
||||
import Imports
|
||||
|
||||
import qualified Crypto.Cipher.ChaCha as ChaCha
|
||||
import qualified Crypto.Cipher.Salsa as Salsa
|
||||
|
||||
Loading…
Reference in New Issue
Block a user