crypto_aead_aes256gcm_is_available

The timeline below displays how wordpress function crypto_aead_aes256gcm_is_available has changed across different WordPress versions. If a version is not listed, refer to the next available version below.

WordPress Version: 5.2

/**
 * @see ParagonIE_Sodium_Compat::crypto_aead_aes256gcm_is_available()
 * @return bool
 */
function crypto_aead_aes256gcm_is_available()
{
    return ParagonIE_Sodium_Compat::crypto_aead_aes256gcm_is_available();
}