wp-includes/sodium_compat/src/Core/Curve25519/Fe.php:12Class ParagonIE_Sodium_Core_Curve25519_Fe
$e0intpublic$e1intpublic$e2intpublic$e3intpublic$e4intpublic$e5intpublic$e6intpublic$e7intpublic$e8intpublic$e9intpublicclass ParagonIE_Sodium_Core_Curve25519_Fe implements ArrayAccess{ /** * @var int */ public $e0 = 0; /** * @var int */ public $e1 = 0; /** * @var int */ public $e2 = 0; /** * @var int */ public $e3 = 0; /** * @var int */ public $e4 = 0; /** * @var int */ public $e5 = 0; /** * @var int */ public $e6 = 0; /** * @var int */ public $e7 = 0; /** * @var int */ public $e8 = 0; /** * @var int */ public $e9 = 0; /** * @param int $e0 * @param int $e1 * @param int $e2 * @param int $e3 * @param int $e4 * @param int $e5 * @param int $e6 * @param int $e7 * @param int $e8 * @param int $e9 */ public function __construct( $e0 = 0, $e1 = 0, $e2 = 0, $e3 = 0, $e4 = 0, $e5 = 0, $e6 = 0, $e7 = 0, $e8 = 0, $e9 = 0 ) { $this->e0 = $e0; $this->e1 = $e1; $this->e2 = $e2; $this->e3 = $e3;One change between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
__construct() added.verified against sourcesrc/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.