aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-13 16:19:10 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-13 16:19:10 +0000
commit55d612a4f2b68911b472d10bb7efd50d8740fe6e (patch)
tree95adabb8bee4032937a6ab9f19ec758896caf94f /src/include/gnunet_common.h
parent4725d59b468f1f30ba2910992333ca157682ce29 (diff)
downloadgnunet-55d612a4f2b68911b472d10bb7efd50d8740fe6e.tar.gz
gnunet-55d612a4f2b68911b472d10bb7efd50d8740fe6e.zip
towards using EdDSA-ECDHE instead of ECDSA-ECDHE combined cryptosystem (API only)
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 6a02190cc..17c97c514 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -62,6 +62,7 @@ extern "C"
62 */ 62 */
63#define GNUNET_UTIL_VERSION 0x000A0100 63#define GNUNET_UTIL_VERSION 0x000A0100
64 64
65
65/** 66/**
66 * Named constants for return values. The following invariants hold: 67 * Named constants for return values. The following invariants hold:
67 * `GNUNET_NO == 0` (to allow `if (GNUNET_NO)`) `GNUNET_OK != 68 * `GNUNET_NO == 0` (to allow `if (GNUNET_NO)`) `GNUNET_OK !=