crypto_kem_sntrup761_CIPHERTEXTBYTES
need = crypto_kem_sntrup761_CIPHERTEXTBYTES + CURVE25519_SIZE;
server_pub = ciphertext + crypto_kem_sntrup761_CIPHERTEXTBYTES;
crypto_kem_sntrup761_CIPHERTEXTBYTES);
need = crypto_kem_sntrup761_CIPHERTEXTBYTES + CURVE25519_SIZE;
server_pub = ciphertext + crypto_kem_sntrup761_CIPHERTEXTBYTES;
crypto_kem_sntrup761_CIPHERTEXTBYTES);
unsigned char ciphertext[crypto_kem_sntrup761_CIPHERTEXTBYTES];
unsigned char ciphertext[crypto_kem_sntrup761_CIPHERTEXTBYTES];
unsigned char ciphertext[crypto_kem_sntrup761_CIPHERTEXTBYTES];
unsigned char x[Hash_bytes + crypto_kem_sntrup761_CIPHERTEXTBYTES];
for (i = 0; i < crypto_kem_sntrup761_CIPHERTEXTBYTES; ++i) x[Hash_bytes + i] = z[i];
HashConfirm(c + crypto_kem_sntrup761_CIPHERTEXTBYTES - Confirm_bytes, r_enc, cache);
int len = crypto_kem_sntrup761_CIPHERTEXTBYTES;
unsigned char r_enc[Small_bytes], cnew[crypto_kem_sntrup761_CIPHERTEXTBYTES];