sodium.php
2023-04-05 jj5 - environment validation for the OpenSSL module.
Tags
Table of Contents
- kickass_crypto_validate_environment_sodium() : void
- 2023-04-03 jj5 - this function is for validating our run-time environment. If there's a problem then we exit, unless the programmer has overridden that behavior by defining certain constants.
Functions
kickass_crypto_validate_environment_sodium()
2023-04-03 jj5 - this function is for validating our run-time environment. If there's a problem then we exit, unless the programmer has overridden that behavior by defining certain constants.
kickass_crypto_validate_environment_sodium() : void
- to disable checks for the Sodium library functions:
define( 'KICKASS_CRYPTO_DISABLE_SODIUM_CHECK', true );