Struct ruma_client_api::r0::backup::SessionDataInit [−][src]
This is supported on crate feature
unstable-pre-spec only.Expand description
The algorithm used for storing backups.
This struct will not be updated even if additional fields are added to SessionData in a
new (non-breaking) release of the Matrix specification.
Fields
ephemeral: StringUnpadded base64-encoded public half of the ephemeral key.
ciphertext: StringCiphertext, encrypted using AES-CBC-256 with PKCS#7 padding, encoded in base64.
mac: StringFirst 8 bytes of MAC key, encoded in base64.
Trait Implementations
Performs the conversion.