44 if (crypto_aead_aes256gcm_is_available())
45 state = noise_aesgcm_new_sodium();
49 state = noise_aesgcm_new_openssl();
NoiseCipherState * noise_aesgcm_new(void)
Creates a new AES-GCM CipherState object.
Internal definitions for the library.
NoiseCipherState * noise_aesgcm_new_ref(void)
Internal structure of the NoiseCipherState type.