From f1a73a358739cd2bebf7b83ef1c097a04dc50cd4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Sep 2015 17:44:50 +0000 Subject: add GNUNET_CRYPTO_ecc_pmul_mpi --- src/include/gnunet_applications.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include/gnunet_applications.h') 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" */ #define GNUNET_APPLICATION_TYPE_MULTICAST 26 +/** + * Vectorproduct, ECC variant. Used for two-peer scalarproduct operations + */ +#define GNUNET_APPLICATION_TYPE_SCALARPRODUCT_ECC 27 #if 0 /* keep Emacsens' auto-indent happy */ { -- cgit v1.2.3