]> git.codecow.com Git - Monocypher.git/commitdiff
Formatting fix
authorMichael Savage <mikejsavage@gmail.com>
Wed, 29 Nov 2017 08:34:38 +0000 (10:34 +0200)
committerMichael Savage <mikejsavage@gmail.com>
Wed, 29 Nov 2017 08:34:38 +0000 (10:34 +0200)
doc/man/man3/crypto_chacha20_encrypt.3monocypher

index 5146b5785afaf78e2cb0612b50a9e71f96ca10b6..8ca9224e717acb8dfbbd4bec9cd4b4de4b4c501b 100644 (file)
@@ -57,8 +57,8 @@ It needs a 32-byte secret
 and an 8-byte
 .Fa nonce .
 The nonce must be used only once per secret key (repeating them
-destroys confidentiality).  Counters and unique message numbers can be
-used as nonces.
+destroys confidentiality).
+Counters and unique message numbers can be used as nonces.
 Random numbers
 .Em cannot :
 8-byte nonces are too small to prevent accidental reuse.