From c28c7fcc0be4833f80a3269d59fbea1ba5e207de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 27 Feb 2024 20:46:33 +0100 Subject: [PATCH] Fix typo in secrets module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Introduced in #1695. Signed-off-by: Kévin Commaille --- content/client-server-api/modules/secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/secrets.md b/content/client-server-api/modules/secrets.md index e222b814..e94f361a 100644 --- a/content/client-server-api/modules/secrets.md +++ b/content/client-server-api/modules/secrets.md @@ -84,7 +84,7 @@ When storing a key, clients SHOULD: differences in AES-CTR implementations), and use this as the AES initialization vector (IV). -3. Encrypt a message consisting of 32 byutes of 0, using AES-CTR-256 using the +3. Encrypt a message consisting of 32 bytes of 0, using AES-CTR-256 using the AES key and IV generated above. 4. Pass the raw encrypted data through HMAC-SHA-256 using the MAC key