Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Instances
type BlowfishSecretKey = SecretKey Blowfish Source #
pattern BlowfishSecretKey :: ByteString -> SecretKey Blowfish Source #
type BlowfishCiphertext = Ciphertext Blowfish Source #
blowfishEncryptLazy :: SecretKey Blowfish -> ByteString -> Maybe BlowfishLazyCiphertext Source #
blowfishDecryptLazy :: SecretKey Blowfish -> BlowfishLazyCiphertext -> Maybe ByteString Source #