From daac362b883b1a028d2bde33416cc65e478d69d1 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 27 Apr 2015 19:14:16 +0000 Subject: - doc --- src/cadet/cadet_protocol.h | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'src/cadet/cadet_protocol.h') diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h index 1c0a1a89f..b56cedd31 100644 --- a/src/cadet/cadet_protocol.h +++ b/src/cadet/cadet_protocol.h @@ -122,11 +122,26 @@ struct GNUNET_CADET_AX_KX struct GNUNET_MessageHeader header; /** - * Ephemeral public ECC key (always for NIST P-521) encoded in a format - * suitable for network transmission as created using 'gcry_sexp_sprint'. + * Sender's ephemeral public ECC key (always for NIST P-521) encoded in a + * format suitable for network transmission, as created + * using 'gcry_sexp_sprint'. */ struct GNUNET_CRYPTO_EcdhePublicKey ephemeral_key; + /** + * Sender's next ephemeral public ECC key (always for NIST P-521) encoded in a + * format suitable for network transmission, as created + * using 'gcry_sexp_sprint'. + */ + struct GNUNET_CRYPTO_EcdhePublicKey ratchet_key; + + /** + * Receiver's ephemeral public ECC key (always for NIST P-521) encoded in a + * format suitable for network transmission, as created + * using 'gcry_sexp_sprint'. + */ + struct GNUNET_CRYPTO_EcdhePublicKey peers_key; + }; -- cgit v1.2.3