noise_counter
struct noise_counter ctr;
static uint64_t noise_counter_send(struct noise_counter *);
static int noise_counter_recv(struct noise_counter *, uint64_t);
noise_counter_send(struct noise_counter *ctr)
noise_counter_recv(struct noise_counter *ctr, uint64_t recv)
struct noise_counter kp_ctr;