From 47236bb24d1412aaf3d0ed7da3ff324f8c16d16e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 4 Jun 2015 13:50:02 +0000 Subject: -simplifying Cadet KX to directly use EdDSA keys for ECDHE --- src/cadet/cadet_protocol.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/cadet/cadet_protocol.h') diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h index a51be3939..9b0abcc55 100644 --- a/src/cadet/cadet_protocol.h +++ b/src/cadet/cadet_protocol.h @@ -126,23 +126,6 @@ struct GNUNET_CADET_AX_KX */ uint32_t force_reply; - /** - * An EdDSA signature of the permanent ECDH key with the Peer's ID key. - */ - struct GNUNET_CRYPTO_EddsaSignature signature; - - /** - * Information about what is being signed (@a permanent_key). - */ - struct GNUNET_CRYPTO_EccSignaturePurpose purpose; - - /** - * Sender's permanent_key public ECC key encoded in a - * format suitable for network transmission, as created - * using 'gcry_sexp_sprint'. - */ - struct GNUNET_CRYPTO_EcdhePublicKey permanent_key; - /** * Sender's ephemeral public ECC key encoded in a * format suitable for network transmission, as created -- cgit v1.2.3