- update makefile
[oweals/gnunet.git] / src / include / gnunet_signatures.h
index 54cf36209502214e233db50bd73138ecb441d5d0..fafe6e5ae2ce6fe2cc9c38c30552be32190a2426 100644 (file)
@@ -141,6 +141,31 @@ extern "C"
  */
 #define GNUNET_SIGNATURE_PURPOSE_MULTICAST_MESSAGE 19
 
+/**
+ * Signature of a conversation ring.
+ */
+#define GNUNET_SIGNATURE_PURPOSE_CONVERSATION_RING 20
+
+/**
+ * Key exchange in CADET
+ */
+#define GNUNET_SIGNATURE_PURPOSE_CADET_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 */
 {