Skip to content

Commit

Permalink
Fix typo in secrets module (#1734)
Browse files Browse the repository at this point in the history
* Fix typo in secrets module

Introduced in #1695.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>

* Add changelog

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>

---------

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
  • Loading branch information
zecakeh authored Feb 27, 2024
1 parent b136b35 commit 38260aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/1734.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Clarify the format of account data objects for secret storage.
2 changes: 1 addition & 1 deletion content/client-server-api/modules/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38260aa

Please sign in to comment.