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.