Expand description
Helpers for implementing the Secrets Storage mechanism from the Matrix spec.
Structs§
- AesHmac
Sha2 Encrypted Data - Encrypted data for the AES-CTR/HMAC-SHA-256 secret storage algorithm.
- MacError
- Error type for when the
Output
of aMac
is not equal to the expected value. - Secret
Storage Key - A secret storage key which can be used to store encrypted data in the user’s account data as defined in the spec.
Enums§
- Decode
Error - Error type for the decoding of a
SecretStorageKey
.