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 4fb0514 commit e7c0f34Copy full SHA for e7c0f34
doc/api/crypto.md
@@ -1418,6 +1418,9 @@ keys:
1418
All paddings are defined in `crypto.constants`.
1419
1420
### crypto.timingSafeEqual(a, b)
1421
+<!-- YAML
1422
+added: v6.6.0
1423
+-->
1424
1425
Returns true if `a` is equal to `b`, without leaking timing information that
1426
would allow an attacker to guess one of the values. This is suitable for
0 commit comments