aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2015-04-27 19:14:00 +0000
committerBart Polot <bart@net.in.tum.de>2015-04-27 19:14:00 +0000
commitd00ca8d9b73b5c74b7659a2d254012c7e526280a (patch)
tree6320d589c5d3a15a64a584a96229608b049a8801 /src/include
parent728f4f354734161d5b90704c8468258100f46917 (diff)
downloadgnunet-d00ca8d9b73b5c74b7659a2d254012c7e526280a.tar.gz
gnunet-d00ca8d9b73b5c74b7659a2d254012c7e526280a.zip
- added basic axolotl support
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 9ce3a576f..9da97cde4 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -896,6 +896,16 @@ extern "C"
896#define GNUNET_MESSAGE_TYPE_CADET_ENCRYPTED 280 896#define GNUNET_MESSAGE_TYPE_CADET_ENCRYPTED 280
897 897
898/** 898/**
899 * Axolotl key exchange.
900 */
901#define GNUNET_MESSAGE_TYPE_CADET_AX_KX 281
902
903/**
904 * Axolotl encrypted data.
905 */
906#define GNUNET_MESSAGE_TYPE_CADET_AX 282
907
908/**
899 * Payload client <-> service 909 * Payload client <-> service
900 */ 910 */
901#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_DATA 285 911#define GNUNET_MESSAGE_TYPE_CADET_LOCAL_DATA 285