From 1eca4fd940ba0f3f87e933c315dccc3cdd863958 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 18 Jan 2018 14:12:19 -0500 Subject: [PATCH] Update documentation --- nacl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nacl.h b/nacl.h index ef8306a8..43b5d8b2 100644 --- a/nacl.h +++ b/nacl.h @@ -20,7 +20,7 @@ /// NaCl typdef'd u64 as an unsigned long long, but Cygwin, /// MinGW and MSYS are LP64 systems (not LLP64 systems). In /// addition, Crypto++ was missing NaCl's signed 64-bit integer i64. -/// \details Crypto++ rejects all-0's shared secrets due to small elements. The +/// \details Crypto++ rejects small order elements using libsodium's blacklist. The /// TweetNaCl library allowed them but the library predated the attack. If you wish /// to allow small elements then use the "unchecked" versions of crypto_box_unchecked, /// crypto_box_open_unchecked and crypto_box_beforenm_unchecked.