aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-04 13:50:02 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-04 13:50:02 +0000
commit47236bb24d1412aaf3d0ed7da3ff324f8c16d16e (patch)
tree46c8a682303fa66bc85c57be47817ea2b1c98f77 /src/include/gnunet_signatures.h
parent910c86036fb29b8e05f57ffc0cdc5e426c231ca9 (diff)
downloadgnunet-47236bb24d1412aaf3d0ed7da3ff324f8c16d16e.tar.gz
gnunet-47236bb24d1412aaf3d0ed7da3ff324f8c16d16e.zip
-simplifying Cadet KX to directly use EdDSA keys for ECDHE
Diffstat (limited to 'src/include/gnunet_signatures.h')
-rw-r--r--src/include/gnunet_signatures.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index 83596a5ed..f25f31cd3 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -176,11 +176,6 @@ extern "C"
176 */ 176 */
177#define GNUNET_SIGNATURE_PURPOSE_SENSOR_ANOMALY_REPORT 25 177#define GNUNET_SIGNATURE_PURPOSE_SENSOR_ANOMALY_REPORT 25
178 178
179/**
180 * Axolotl key exchange in CADET
181 */
182#define GNUNET_SIGNATURE_PURPOSE_CADET_AXKX 26
183
184 179
185#if 0 /* keep Emacsens' auto-indent happy */ 180#if 0 /* keep Emacsens' auto-indent happy */
186{ 181{