Portability | Excellent |
---|---|
Stability | Stable |
Maintainer | Vincent Hanquez <[email protected]> |
Safe Haskell | None |
Crypto.Cipher.Tests
Contents
Description
Documentation
testBlockCipher :: BlockCipher a => KATs -> a -> TestSource
Return tests for a specific blockcipher and a list of KATs
KATs
the empty KATs
all the KATs. use defaultKATs to prevent compilation error from future expansion of this data structure
Constructors
KATs | |
ECB KAT
Constructors
KAT_ECB | |
Fields
|
CBC KAT
Constructors
KAT_CBC | |
Fields
|
CTR KAT
Constructors
KAT_CTR | |
Fields
|
XTS KAT
Constructors
KAT_XTS | |
Fields
|
AEAD KAT
Constructors
KAT_AEAD | |
Fields
|