Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Instances
type IDEASecretKey = SecretKey IDEA Source #
pattern IDEASecretKey :: ByteString -> SecretKey IDEA Source #
type IDEACiphertext = Ciphertext IDEA Source #
ideaEncrypt :: SecretKey IDEA -> ByteString -> Maybe IDEACiphertext Source #
ideaDecrypt :: SecretKey IDEA -> IDEACiphertext -> Maybe ByteString Source #
ideaEncryptLazy :: SecretKey IDEA -> ByteString -> Maybe IDEALazyCiphertext Source #
ideaDecryptLazy :: SecretKey IDEA -> IDEALazyCiphertext -> Maybe ByteString Source #