Fix typo in secrets module

Introduced in #1695.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
pull/1734/head
Kévin Commaille 3 months ago
parent b136b357e0
commit c28c7fcc0b
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416

@ -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

Loading…
Cancel
Save