summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-12 10:14:27 -0500
committerJeffrey Walton <noloader@gmail.com>2018-12-12 10:14:27 -0500
commit131397ba5afd82d6e1b1380d72dc743d7943370c (patch)
tree6e1b24584f1efe2bff5f39a54ce042e61a00d1f1 /config.h
parent0ad50c61ed80718edb2a1bd77129c27aa8d90508 (diff)
downloadcryptopp-git-131397ba5afd82d6e1b1380d72dc743d7943370c.tar.gz
Documented Donna namespace for curve25519
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 9f637919..500e390a 100644
--- a/config.h
+++ b/config.h
@@ -190,6 +190,7 @@
/// <ul>
/// <li>Name - namespace for names used with \p NameValuePairs and documented in argnames.h
/// <li>NaCl - namespace for NaCl library functions like crypto_box, crypto_box_open, crypto_sign, and crypto_sign_open
+/// <li>Donna - namespace for curve25519 library operations. The name was selected due to use of Adam Langley's curve25519-donna.
/// <li>Test - namespace for testing and benchmarks classes
/// <li>Weak - namespace for weak and wounded algorithms, like ARC4, MD5 and Pananma
/// </ul>