From 8fca97da54337f9b1c9cebb0c148c9fc3b257801 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 27 Mar 2018 21:17:10 -0400 Subject: [PATCH] Update documentation --- naclite.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/naclite.h b/naclite.h index 2e9afd3b..c2183ae5 100644 --- a/naclite.h +++ b/naclite.h @@ -14,12 +14,6 @@ /// ed25519 signatures. The complete list of functions can be found in /// TweetNaCl: /// A crypto library in 100 tweets (20140917), Table 1, page 5. -/// \details Crypto++ retained the function names and signatures but switched to -/// data types provided by <stdint.h> to promote interoperability with -/// Crypto++ and avoid size problems on platforms like Cygwin. For example, -/// 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 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,