sodium_crypto_aead_aes256gcm_is_available

Advertisement

Syntax Syntax

sodium_crypto_aead_aes256gcm_is_available()

Return Return

(bool)

Source Source

File: wp-includes/sodium_compat/lib/php72compat.php

    function sodium_crypto_aead_aes256gcm_is_available()
    {
        return ParagonIE_Sodium_Compat::crypto_aead_aes256gcm_is_available();
    }

Advertisement

See also See also

Advertisement

Leave a Reply