]> git.codecow.com Git - Monocypher.git/commitdiff
Remove parens around "like memcmp"
authorMichael Savage <mikejsavage@gmail.com>
Wed, 29 Nov 2017 08:38:24 +0000 (10:38 +0200)
committerMichael Savage <mikejsavage@gmail.com>
Wed, 29 Nov 2017 08:38:27 +0000 (10:38 +0200)
doc/man/man3/crypto_verify16.3monocypher

index 43626439b9a54be7f8f25e4a25ee1686cc484b7a..61c01baa8acf43787dadf417de157321a36b5b9a 100644 (file)
@@ -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