implement boolean json spec
[oweals/gnunet.git] / src / include / gnunet_signatures.h
index 1e372bbeac5e8315c2f8ad4ef004e5f475c3c0c4..03bc4575ed52f1e7c7698430b683e929415f8e0e 100644 (file)
@@ -150,11 +150,6 @@ extern "C"
  */
 #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.
  */
@@ -190,6 +185,11 @@ extern "C"
  */
 #define GNUNET_SIGNATURE_PURPOSE_GNUID_TICKET 27
 
+/**
+ * Signature for a GNUnet credential
+ */
+#define GNUNET_SIGNATURE_PURPOSE_CREDENTIAL 28
+
 #if 0                           /* keep Emacsens' auto-indent happy */
 {
 #endif