From: Michael Savage Date: Wed, 29 Nov 2017 08:38:24 +0000 (+0200) Subject: Remove parens around "like memcmp" X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=4c068cb2334867e94899b62356e6a8896bb96b9b;p=Monocypher.git Remove parens around "like memcmp" --- diff --git a/doc/man/man3/crypto_verify16.3monocypher b/doc/man/man3/crypto_verify16.3monocypher index 4362643..61c01ba 100644 --- a/doc/man/man3/crypto_verify16.3monocypher +++ b/doc/man/man3/crypto_verify16.3monocypher @@ -17,7 +17,7 @@ .Sh DESCRIPTION Cryptographic operations often require comparison of secrets or values derived from secrets. -Standard comparison functions (like memcmp) tend to exit when they find +Standard comparison functions like memcmp tend to exit when they find the first difference, leaking information through timing differences. .Pp As an example, say a message authentication code (MAC) is sent over the