Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data Camellia128 Source #
Instances
pattern Camellia128SecretKey :: ByteString -> SecretKey Camellia128 Source #
camellia128EncryptLazy :: SecretKey Camellia128 -> ByteString -> Maybe Camellia128LazyCiphertext Source #
camellia128DecryptLazy :: SecretKey Camellia128 -> Camellia128LazyCiphertext -> Maybe ByteString Source #
data Camellia192 Source #
Instances
pattern Camellia192SecretKey :: ByteString -> SecretKey Camellia192 Source #
camellia192EncryptLazy :: SecretKey Camellia192 -> ByteString -> Maybe Camellia192LazyCiphertext Source #
camellia192DecryptLazy :: SecretKey Camellia192 -> Camellia192LazyCiphertext -> Maybe ByteString Source #
data Camellia256 Source #
Instances
pattern Camellia256SecretKey :: ByteString -> SecretKey Camellia256 Source #
camellia256EncryptLazy :: SecretKey Camellia256 -> ByteString -> Maybe Camellia256LazyCiphertext Source #
camellia256DecryptLazy :: SecretKey Camellia256 -> Camellia256LazyCiphertext -> Maybe ByteString Source #