Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Instances
type NoekeonSecretKey = SecretKey Noekeon Source #
pattern NoekeonSecretKey :: ByteString -> SecretKey Noekeon Source #
type NoekeonCiphertext = Ciphertext Noekeon Source #
noekeonEncryptLazy :: SecretKey Noekeon -> ByteString -> Maybe NoekeonLazyCiphertext Source #
noekeonDecryptLazy :: SecretKey Noekeon -> NoekeonLazyCiphertext -> Maybe ByteString Source #