You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/api/crypto.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1226,7 +1226,9 @@ comparing HMAC digests or secret values like authentication cookies or
1226
1226
1227
1227
`a` and `b` must both be `Buffer`s, and they must have the same length.
1228
1228
1229
-
**Note**: Use of `crypto.timingSafeEqual` does not guarantee that the *surrounding* code is timing-safe. Care should be taken to ensure that the surrounding code does not introduce timing vulnerabilities.
1229
+
**Note**: Use of `crypto.timingSafeEqual` does not guarantee that the
1230
+
*surrounding* code is timing-safe. Care should be taken to ensure that the
1231
+
surrounding code does not introduce timing vulnerabilities.
0 commit comments