We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2d5a7 commit f7a13e5Copy full SHA for f7a13e5
doc/api/crypto.md
@@ -2837,7 +2837,7 @@ mode must adhere to certain restrictions when using the cipher API:
2837
bytes (`7 ≤ N ≤ 13`).
2838
- The length of the plaintext is limited to `2 ** (8 * (15 - N))` bytes.
2839
- When decrypting, the authentication tag must be set via `setAuthTag()` before
2840
- specifying additional authenticated data or calling `update()`.
+ calling `update()`.
2841
Otherwise, decryption will fail and `final()` will throw an error in
2842
compliance with section 2.6 of [RFC 3610][].
2843
- Using stream methods such as `write(data)`, `end(data)` or `pipe()` in CCM
0 commit comments