File "sodium_compat_fast.php"
Full Path: /home/angehriu/nissu.org/wp-content/plugins/wordfence/lib/sodium_compat_fast.php
File size: 185 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if (!class_exists('ParagonIE_Sodium_Compat')) {
require_once WORDFENCE_PATH . '/crypto/vendor/paragonie/sodium_compat/autoload.php';
}
ParagonIE_Sodium_Compat::$fastMult = true;