From 961b828fd5b4eba1adbd3a422348fa44c3bb23a2 Mon Sep 17 00:00:00 2001 From: Michael Savage Date: Tue, 28 Nov 2017 20:14:20 +0200 Subject: [PATCH] chacha20_H manual tweaks --- doc/man/man3/crypto_chacha20_H.3monocypher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/man3/crypto_chacha20_H.3monocypher b/doc/man/man3/crypto_chacha20_H.3monocypher index 1276826..4b7d266 100644 --- a/doc/man/man3/crypto_chacha20_H.3monocypher +++ b/doc/man/man3/crypto_chacha20_H.3monocypher @@ -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); -- 2.47.3