crypto_aead_aes256gcm_is_available

Advertisement

Syntax Syntax

crypto_aead_aes256gcm_is_available()

Return Return

(bool)

Source Source

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

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

Advertisement

See also See also

Advertisement

Leave a Reply