Files
medicalalert-web-reloaded/wp/wp-content/plugins/wordfence/lib/sodium_compat_fast.php
Tony Volpe 4eb982d7a8 Merged in feature/from-pantheon (pull request #16)
code from pantheon

* code from pantheon
2024-01-10 17:03:02 +00:00

6 lines
185 B
PHP

<?php
if (!class_exists('ParagonIE_Sodium_Compat')) {
require_once WORDFENCE_PATH . '/crypto/vendor/paragonie/sodium_compat/autoload.php';
}
ParagonIE_Sodium_Compat::$fastMult = true;