Skip to content

Commit

Permalink
Merge pull request #13 from snoyberg/master
Browse files Browse the repository at this point in the history
Fix test suite for cryptocipher 0.4
  • Loading branch information
meteficha committed Jan 14, 2013
2 parents 89d586f + da785e9 commit bcf3418
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/runtests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ import Data.Conduit
import Data.Conduit.Binary (isolate)
import Data.Conduit.List (sourceList, consume)

-- from cryptocipher
import Crypto.Cipher.AES (AES128, AES192, AES256)

-- from cryptohash
import Crypto.Hash.MD2 (MD2)
import Crypto.Hash.MD4 (MD4)
Expand Down Expand Up @@ -79,9 +76,6 @@ main = hspec $ do
describe "skein's Skein_512_384" $ testHash (undefined :: Skein.Skein_512_384)
describe "skein's Skein_1024_384" $ testHash (undefined :: Skein.Skein_1024_384)
describe "skein's Skein_1024_512" $ testHash (undefined :: Skein.Skein_1024_512)
describe "cryptocipher's AES128" $ testBlockCipher (undefined :: AES128)
describe "cryptocipher's AES192" $ testBlockCipher (undefined :: AES192)
describe "cryptocipher's AES256" $ testBlockCipher (undefined :: AES256)


----------------------------------------------------------------------
Expand Down

0 comments on commit bcf3418

Please sign in to comment.