crypto_kem_sntrup761_enc
int crypto_kem_sntrup761_enc(unsigned char *cstr, unsigned char *k,
crypto_kem_sntrup761_enc(ciphertext, kem_key, client_pub);
if (crypto_kem_sntrup761_enc(ciphertext, secret, pk) != 0)
(void)crypto_kem_sntrup761_enc(ciphertext, secret, pk);
(void)crypto_kem_sntrup761_enc(ciphertext, secret, pk);