Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Instances
type TwofishSecretKey = SecretKey Twofish Source #
pattern TwofishSecretKey :: ByteString -> SecretKey Twofish Source #
type TwofishCiphertext = Ciphertext Twofish Source #
twofishEncryptLazy :: SecretKey Twofish -> ByteString -> Maybe TwofishLazyCiphertext Source #
twofishDecryptLazy :: SecretKey Twofish -> TwofishLazyCiphertext -> Maybe ByteString Source #