Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Instances
type ARIA128SecretKey = SecretKey ARIA128 Source #
pattern ARIA128SecretKey :: ByteString -> SecretKey ARIA128 Source #
type ARIA128Ciphertext = Ciphertext ARIA128 Source #
aria128EncryptLazy :: SecretKey ARIA128 -> ByteString -> Maybe ARIA128LazyCiphertext Source #
aria128DecryptLazy :: SecretKey ARIA128 -> ARIA128LazyCiphertext -> Maybe ByteString Source #
Instances
type ARIA192SecretKey = SecretKey ARIA192 Source #
pattern ARIA192SecretKey :: ByteString -> SecretKey ARIA192 Source #
type ARIA192Ciphertext = Ciphertext ARIA192 Source #
aria192EncryptLazy :: SecretKey ARIA192 -> ByteString -> Maybe ARIA192LazyCiphertext Source #
aria192DecryptLazy :: SecretKey ARIA192 -> ARIA192LazyCiphertext -> Maybe ByteString Source #
Instances
type ARIA256SecretKey = SecretKey ARIA256 Source #
pattern ARIA256SecretKey :: ByteString -> SecretKey ARIA256 Source #
type ARIA256Ciphertext = Ciphertext ARIA256 Source #
aria256EncryptLazy :: SecretKey ARIA256 -> ByteString -> Maybe ARIA256LazyCiphertext Source #
aria256DecryptLazy :: SecretKey ARIA256 -> ARIA256LazyCiphertext -> Maybe ByteString Source #