dhall-secret-0.5.52: Encrypt Decrypt Dhall expressions
Safe HaskellNone
LanguageHaskell2010

Dhall.Secret.Age

Documentation

encrypt :: [X25519Recipient] -> ByteString -> IO ByteString Source #

decrypt :: ByteString -> [X25519Identity] -> IO ByteString Source #

generateX25519Identity :: IO X25519Identity Source #

parseRecipient :: Text -> IO X25519Recipient Source #

parseIdentity :: Text -> IO X25519Identity Source #

toRecipient :: X25519Identity -> X25519Recipient Source #