aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signatures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_signatures.h')
-rw-r--r--src/include/gnunet_signatures.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index f8839c1aa..05d758cdb 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -151,6 +151,21 @@ extern "C"
151 */ 151 */
152#define GNUNET_SIGNATURE_PURPOSE_MESH_KX 21 152#define GNUNET_SIGNATURE_PURPOSE_MESH_KX 21
153 153
154/**
155 * Signature for the first round of distributed key generation.
156 */
157#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DKG1 22
158
159/**
160 * Signature for the second round of distributed key generation.
161 */
162#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DKG2 23
163
164/**
165 * Signature for cooperatice decryption.
166 */
167#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DECRYPTION 23
168
154 169
155#if 0 /* keep Emacsens' auto-indent happy */ 170#if 0 /* keep Emacsens' auto-indent happy */
156{ 171{