#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/core/gnunet-service-core_kx.h>
Data Fields | |
struct GNUNET_CRYPTO_HpkeEncapsulation | c_I |
Challenge encapsulation c_I. | |
uint16_t | peer_class |
The peer class of the sending peer TODO is it correct to send an enum like this? TODO part of services info? TODO encrypted. | |
Definition at line 143 of file gnunet-service-core_kx.h.
struct GNUNET_CRYPTO_HpkeEncapsulation ResponderHelloPayload::c_I |
Challenge encapsulation c_I.
Definition at line 149 of file gnunet-service-core_kx.h.
Referenced by handle_responder_hello(), and send_responder_hello().
uint16_t ResponderHelloPayload::peer_class |
The peer class of the sending peer TODO is it correct to send an enum like this? TODO part of services info? TODO encrypted.
Definition at line 157 of file gnunet-service-core_kx.h.