WG_DH_OUTPUT_LEN
wg_algo_dh(uint8_t out[static WG_DH_OUTPUT_LEN],
memset(out, 0, WG_DH_OUTPUT_LEN);
uint8_t dhout[WG_DH_OUTPUT_LEN];