More W32 resolver workarounds
[oweals/gnunet.git] / src / include / gnunet_signatures.h
index f8839c1aa74c94cdee8cb102787118ba5d65ac92..05d758cdb710cba65a6c4f49faf9b93c2a2c79ca 100644 (file)
@@ -151,6 +151,21 @@ extern "C"
  */
 #define GNUNET_SIGNATURE_PURPOSE_MESH_KX                21
 
+/**
+ * Signature for the first round of distributed key generation.
+ */
+#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DKG1 22
+
+/**
+ * Signature for the second round of distributed key generation.
+ */
+#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DKG2 23
+
+/**
+ * Signature for cooperatice decryption.
+ */
+#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DECRYPTION 23
+
 
 #if 0                           /* keep Emacsens' auto-indent happy */
 {