Module matrix_sdk_crypto::secret_storage
source · Expand description
Helpers for implementing the Secrets Storage mechanism from the Matrix spec.
Structs§
- Encrypted data for the AES-CTR/HMAC-SHA-256 secret storage algorithm.
- A secret storage key which can be used to store encrypted data in the user’s account data as defined in the spec.
Enums§
- Error type for the decoding of a
SecretStorageKey
.