From cf3f93e5a94852006430e8fe0062a4e9aa4c18ba Mon Sep 17 00:00:00 2001 From: TLINDEN Date: Fri, 16 Jan 2015 00:16:15 +0100 Subject: [PATCH] typo --- libpcp/crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpcp/crypto.c b/libpcp/crypto.c index 269fa3d..f17d668 100644 --- a/libpcp/crypto.c +++ b/libpcp/crypto.c @@ -781,7 +781,7 @@ uint64_t _get_nonce_ctr(byte *nonce) { also, I assume that such large inputs will be very rare, so in almost all cases we would end - up with just 15 or 16 random bytes. that's beyond + up with just 15 or 14 random bytes. that's beyond the idea of nacl's crypto_box, unacceptable and doesn't look the way I'm accustomed. hence variable size counters.