Skip to content

Commit 3c5ba3c

Browse files
squash: add linebreaks in docs
1 parent 5a6f19e commit 3c5ba3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/api/crypto.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,9 @@ comparing HMAC digests or secret values like authentication cookies or
12261226

12271227
`a` and `b` must both be `Buffer`s, and they must have the same length.
12281228

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.
12301232

12311233
### crypto.privateEncrypt(private_key, buffer)
12321234

0 commit comments

Comments
 (0)