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 4780449

Browse filesBrowse files
AlexA-1976BethGriggs
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 62e1a68 commit 4780449
Copy full SHA for 4780449

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
@@ -5313,7 +5313,8 @@ comparing HMAC digests or secret values like authentication cookies or
53135313
[capability urls](https://www.w3.org/TR/capability-urls/).
53145314

53155315
`a` and `b` must both be `Buffer`s, `TypedArray`s, or `DataView`s, and they
5316-
must have the same byte length.
5316+
must have the same byte length. An error is thrown if `a` and `b` have
5317+
different byte lengths.
53175318

53185319
If at least one of `a` and `b` is a `TypedArray` with more than one byte per
53195320
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.