]> git.codecow.com Git - Monocypher.git/commitdiff
chacha20_H manual tweaks
authorMichael Savage <mikejsavage@gmail.com>
Tue, 28 Nov 2017 18:14:20 +0000 (20:14 +0200)
committerMichael Savage <mikejsavage@gmail.com>
Tue, 28 Nov 2017 18:14:20 +0000 (20:14 +0200)
doc/man/man3/crypto_chacha20_H.3monocypher

index 12768267622bcf82e5038b8e2a590086c1a1cdc7..4b7d26600c3fefafd4f7ff594a61fb614103c284 100644 (file)
@@ -42,7 +42,7 @@ Simple hash.
 .Bd -literal -offset indent
 const uint8_t key[32] /* Must have enough entropy           */
 const uint8_t in [16] /* Does not have to be random         */
-uint8_t       out[32] /* will be random iff the above holds */
+uint8_t       out[32] /* Will be random iff the above holds */
 crypto_chacha20_H(out, key, in);
 /* Wipe secrets if they are no longer needed */
 crypto_wipe(key, 32);