struct
#include <include/mtx/events/encrypted.hpp>
OlmEncrypted Content of the m.room.encrypted
Olm event.
Public variables
- std::string algorithm
- Algorithm used for encrypting this event.
- std::string sender_key
- curve25519 key of the sender.
- std::map<RecipientKey, OlmCipherContent> ciphertext
- Map of recipient curve25519 key to the encrypted message.