/home/desid573/verdenaturopathy.com.au/wp-includes/sodium_compat/src/Core/Curve25519/Ge
NameSizeModeActions
Cached.php23700644editdlrm
P1p1.php22570644editdlrm
P2.php17890644editdlrm
P3.php22500644editdlrm
Precomp.php19060644editdlrm
Edit: /home/desid573/verdenaturopathy.com.au/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php (1906B)
yplusx = $yplusx; if ($yminusx === null) { $yminusx = new ParagonIE_Sodium_Core_Curve25519_Fe(); } if (!($yminusx instanceof ParagonIE_Sodium_Core_Curve25519_Fe)) { throw new TypeError('Argument 2 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'); } $this->yminusx = $yminusx; if ($xy2d === null) { $xy2d = new ParagonIE_Sodium_Core_Curve25519_Fe(); } if (!($xy2d instanceof ParagonIE_Sodium_Core_Curve25519_Fe)) { throw new TypeError('Argument 3 must be an instance of ParagonIE_Sodium_Core_Curve25519_Fe'); } $this->xy2d = $xy2d; } }