Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data GOST_28147_89 Source #
Instances
pattern GOST_28147_89SecretKey :: ByteString -> SecretKey GOST_28147_89 Source #
gost_28147_89Encrypt :: SecretKey GOST_28147_89 -> ByteString -> Maybe GOST_28147_89Ciphertext Source #
gost_28147_89Decrypt :: SecretKey GOST_28147_89 -> GOST_28147_89Ciphertext -> Maybe ByteString Source #
gost_28147_89EncryptLazy :: SecretKey GOST_28147_89 -> ByteString -> Maybe GOST_28147_89LazyCiphertext Source #
gost_28147_89DecryptLazy :: SecretKey GOST_28147_89 -> GOST_28147_89LazyCiphertext -> Maybe ByteString Source #