Expand description
This module wraps around all functions following the pattern olm_session_*
,
as well as functions for encryption and decryption using the Double Ratchet algorithm.
Structs§
- Message
- An encrypted Olm message.
- OlmSession
- Either an outbound or inbound session for secure communication.
- PreKey
Message - A encrypted Olm pre-key message.
- Unknown
OlmMessage Type
Enums§
- OlmMessage
- An enum over the different Olm message types.
- OlmMessage
Type - The message types that are returned after encryption.