NOISE_TIMESTAMP_LEN
uint8_t ets[NOISE_TIMESTAMP_LEN + NOISE_AUTHTAG_LEN];
uint8_t ets[NOISE_TIMESTAMP_LEN + NOISE_AUTHTAG_LEN])
uint8_t timestamp[NOISE_TIMESTAMP_LEN];
NOISE_TIMESTAMP_LEN + NOISE_AUTHTAG_LEN, key, hs.hs_hash) != 0)
if (memcmp(timestamp, r->r_timestamp, NOISE_TIMESTAMP_LEN) > 0)
memcpy(r->r_timestamp, timestamp, NOISE_TIMESTAMP_LEN);
uint8_t r_timestamp[NOISE_TIMESTAMP_LEN];
noise_tai64n_now(uint8_t output[NOISE_TIMESTAMP_LEN])
static void noise_tai64n_now(uint8_t [NOISE_TIMESTAMP_LEN]);
uint8_t ets[NOISE_TIMESTAMP_LEN + NOISE_AUTHTAG_LEN])
NOISE_TIMESTAMP_LEN, key, hs->hs_hash);
uint8_t ets[NOISE_TIMESTAMP_LEN + NOISE_AUTHTAG_LEN]);
uint8_t ets[NOISE_TIMESTAMP_LEN + NOISE_AUTHTAG_LEN]);