enable Blowfish tests
This commit is contained in:
parent
9d0cf74713
commit
929047bc17
@ -42,11 +42,6 @@ vectors_ecb = -- key plaintext cipher
|
|||||||
, KAT_ECB "\xFE\xDC\xBA\x98\x76\x54\x32\x10" "\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF" "\x6B\x5C\x5A\x9C\x5D\x9E\x0A\x5A"
|
, KAT_ECB "\xFE\xDC\xBA\x98\x76\x54\x32\x10" "\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF" "\x6B\x5C\x5A\x9C\x5D\x9E\x0A\x5A"
|
||||||
]
|
]
|
||||||
|
|
||||||
{-
|
kats = defaultKATs { kat_ECB = vectors_ecb }
|
||||||
|
|
||||||
main = defaultMain
|
tests = testBlockCipher kats (undefined :: Blowfish64)
|
||||||
[ testBlockCipher kats (undefined :: Blowfish64)
|
|
||||||
]
|
|
||||||
-}
|
|
||||||
|
|
||||||
tests = testGroup "Blowfish" []
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user