gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r31026 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r31026 - gnunet/src/include
Date: Tue, 3 Dec 2013 21:42:42 +0100

Author: dold
Date: 2013-12-03 21:42:42 +0100 (Tue, 03 Dec 2013)
New Revision: 31026

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:
- missing message type


Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2013-12-03 20:33:47 UTC (rev 
31025)
+++ gnunet/src/include/gnunet_protocols.h       2013-12-03 20:42:42 UTC (rev 
31026)
@@ -2259,11 +2259,41 @@
 #define GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST_CANCEL
 
 
+
+/*******************************************************************************
+ * SECRETSHARING message types
+ 
******************************************************************************/
+
+
 /**
- * Next available: 780
+ * Establish a new session.
  */
+#define GNUNET_MESSAGE_TYPE_SECRETSHARING_CLIENT_GENERATE 780
 
+/**
+ * Request the decryption of a ciphertext.
+ */
+#define GNUNET_MESSAGE_TYPE_SECRETSHARING_CLIENT_DECRYPT 781
 
+/**
+ * The service succeeded in decrypting a ciphertext.
+ */
+#define GNUNET_MESSAGE_TYPE_SECRETSHARING_CLIENT_DECRYPT_DONE 782
+
+/**
+ * The cryptosystem has been established.
+ * Contains the peer's share.
+ */
+#define GNUNET_MESSAGE_TYPE_SECRETSHARING_CLIENT_ESTABLISHED 783
+
+
+
+/**
+ * Next available: 800
+ */
+
+
+
 
/*******************************************************************************
  * PSYC message types
  
******************************************************************************/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]