| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
System.CryptoBox
Documentation
Constructors
Constructors
| SID | |
Fields
| |
withVector :: Vector -> (ByteString -> IO a) -> IO a Source #
sessionFromPrekey :: Box -> SID -> ByteString -> IO (Result Session) Source #
sessionFromMessage :: Box -> SID -> ByteString -> IO (Result (Session, Vector)) Source #