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 122eb51 commit 55714ccCopy full SHA for 55714cc
doc/api/crypto.md
@@ -5257,7 +5257,8 @@ comparing HMAC digests or secret values like authentication cookies or
5257
[capability urls](https://www.w3.org/TR/capability-urls/).
5258
5259
`a` and `b` must both be `Buffer`s, `TypedArray`s, or `DataView`s, and they
5260
-must have the same byte length.
+must have the same byte length. An error is thrown if `a` and `b` have
5261
+different byte lengths.
5262
5263
If at least one of `a` and `b` is a `TypedArray` with more than one byte per
5264
entry, such as `Uint16Array`, the result will be computed using the platform
0 commit comments