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 62e1a68 commit 4780449Copy full SHA for 4780449
doc/api/crypto.md
@@ -5313,7 +5313,8 @@ comparing HMAC digests or secret values like authentication cookies or
5313
[capability urls](https://www.w3.org/TR/capability-urls/).
5314
5315
`a` and `b` must both be `Buffer`s, `TypedArray`s, or `DataView`s, and they
5316
-must have the same byte length.
+must have the same byte length. An error is thrown if `a` and `b` have
5317
+different byte lengths.
5318
5319
If at least one of `a` and `b` is a `TypedArray` with more than one byte per
5320
entry, such as `Uint16Array`, the result will be computed using the platform
0 commit comments