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