Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 55714cc

Browse filesBrowse files
AlexA-1976danielleadams
authored andcommitted
doc: update timingSafeEqual error case
PR-URL: #41507 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
1 parent 122eb51 commit 55714cc
Copy full SHA for 55714cc

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/crypto.md‎

Copy file name to clipboardExpand all lines: doc/api/crypto.md
+2-1Lines changed: 2 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -5257,7 +5257,8 @@ comparing HMAC digests or secret values like authentication cookies or
52575257
[capability urls](https://www.w3.org/TR/capability-urls/).
52585258

52595259
`a` and `b` must both be `Buffer`s, `TypedArray`s, or `DataView`s, and they
5260-
must have the same byte length.
5260+
must have the same byte length. An error is thrown if `a` and `b` have
5261+
different byte lengths.
52615262

52625263
If at least one of `a` and `b` is a `TypedArray` with more than one byte per
52635264
entry, such as `Uint16Array`, the result will be computed using the platform

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.