Struct olm_rs::pk::PkMessage [−][src]
Expand description
A PK encrypted message.
Fields
ciphertext: Stringmac: Stringephemeral_key: StringImplementations
Create a new PK encrypted message.
Arguments
-
ephemeral_key- the public part of the ephemeral key used (together with the recipient’s key) to generate a symmetric encryption key. -
mac- Message Authentication Code of the encrypted message -
ciphertext- The cipher text of the encrypted message