#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/core/gnunet-service-core_kx.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Message type is #GNUNET_MESSAGE_TYPE_CORE_PONG. | |
uint64_t | r_R |
Random number to make replay attacks harder. | |
struct GNUNET_CRYPTO_HpkeEncapsulation | c_e |
Ephemeral key encapsulation c_e. | |
Definition at line 121 of file gnunet-service-core_kx.h.
struct GNUNET_MessageHeader ResponderHello::header |
Message type is #GNUNET_MESSAGE_TYPE_CORE_PONG.
Definition at line 126 of file gnunet-service-core_kx.h.
Referenced by handle_responder_hello().
uint64_t ResponderHello::r_R |
Random number to make replay attacks harder.
Definition at line 131 of file gnunet-service-core_kx.h.
Referenced by send_responder_hello().
struct GNUNET_CRYPTO_HpkeEncapsulation ResponderHello::c_e |
Ephemeral key encapsulation c_e.
Definition at line 137 of file gnunet-service-core_kx.h.
Referenced by handle_responder_hello(), and send_responder_hello().