Update documentation

pull/546/head
Jeffrey Walton 2018-01-17 22:33:27 -05:00
parent 13ea8f374f
commit 8aea7abb55
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 4 additions and 0 deletions

4
nacl.h
View File

@ -20,6 +20,10 @@
/// NaCl typdef'd <tt>u64</tt> as an <tt>unsigned long long</tt>, but Cygwin, /// NaCl typdef'd <tt>u64</tt> as an <tt>unsigned long long</tt>, but Cygwin,
/// MinGW and MSYS are <tt>LP64</tt> systems (not <tt>LLP64</tt> systems). In /// MinGW and MSYS are <tt>LP64</tt> systems (not <tt>LLP64</tt> systems). In
/// addition, Crypto++ was missing NaCl's signed 64-bit integer <tt>i64</tt>. /// addition, Crypto++ was missing NaCl's signed 64-bit integer <tt>i64</tt>.
/// \details Crypto++ rejects all 0-keys due to small points. The TweetNaCl
/// library allowed the 0-keys due to small points. Also see <A
/// HREF="https://tools.ietf.org/html/rfc7748">RFC 7748, Elliptic Curves for
/// Security</A>, Section 6.
/// \details TweetNaCl is well written but not well optimzed. It runs 2x to 4x /// \details TweetNaCl is well written but not well optimzed. It runs 2x to 4x
/// slower than optimized routines from libsodium. However, the library is still /// slower than optimized routines from libsodium. However, the library is still
/// 2x to 4x faster than the algorithms NaCl was designed to replace. /// 2x to 4x faster than the algorithms NaCl was designed to replace.