From 729d003c886e332e3e2577377283dce689db1161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 14 Feb 2023 22:07:55 +0100 Subject: [PATCH] fixup! events: Deprecate MessageAuthenticationCode::HkdfHmacSha256 --- crates/ruma-common/src/events/key/verification/start.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/ruma-common/src/events/key/verification/start.rs b/crates/ruma-common/src/events/key/verification/start.rs index 374063d6..6a26bf09 100644 --- a/crates/ruma-common/src/events/key/verification/start.rs +++ b/crates/ruma-common/src/events/key/verification/start.rs @@ -182,8 +182,8 @@ pub struct SasV1ContentInit { /// The message authentication codes that the sending device understands. /// /// Must include at least `hkdf-hmac-sha256.v2`. Should also include `hkdf-hmac-sha256` for - /// compatibility with older clients, though this identifier is deprecated and will be - /// removed in a future version of the spec. + /// compatibility with older clients, though this MAC is deprecated and will be removed in a + /// future version of the spec. pub message_authentication_codes: Vec, /// The SAS methods the sending device (and the sending device's user) understands.