diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 133903ff4b0fe8..8b99eed1e27e0b 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -1418,6 +1418,9 @@ keys: All paddings are defined in `crypto.constants`. ### crypto.timingSafeEqual(a, b) + Returns true if `a` is equal to `b`, without leaking timing information that would allow an attacker to guess one of the values. This is suitable for