aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_applications.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-05 17:44:50 +0000
committerChristian Grothoff <christian@grothoff.org>2015-09-05 17:44:50 +0000
commitf1a73a358739cd2bebf7b83ef1c097a04dc50cd4 (patch)
treec613cee2f4e64c86bc5c1d360e0868997bf6a7ae /src/include/gnunet_applications.h
parent59df216f6ad04e9131ee4fa43e14055252a71651 (diff)
downloadgnunet-f1a73a358739cd2bebf7b83ef1c097a04dc50cd4.tar.gz
gnunet-f1a73a358739cd2bebf7b83ef1c097a04dc50cd4.zip
add GNUNET_CRYPTO_ecc_pmul_mpi
Diffstat (limited to 'src/include/gnunet_applications.h')
-rw-r--r--src/include/gnunet_applications.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_applications.h b/src/include/gnunet_applications.h
index 1451df2dd..067a72f38 100644
--- a/src/include/gnunet_applications.h
+++ b/src/include/gnunet_applications.h
@@ -116,6 +116,10 @@ extern "C"
116 */ 116 */
117#define GNUNET_APPLICATION_TYPE_MULTICAST 26 117#define GNUNET_APPLICATION_TYPE_MULTICAST 26
118 118
119/**
120 * Vectorproduct, ECC variant. Used for two-peer scalarproduct operations
121 */
122#define GNUNET_APPLICATION_TYPE_SCALARPRODUCT_ECC 27
119 123
120#if 0 /* keep Emacsens' auto-indent happy */ 124#if 0 /* keep Emacsens' auto-indent happy */
121{ 125{