wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php:44ParagonIE_Sodium_Core32_Curve25519_Ge_P1p1 constructor.
$xParagonIE_Sodium_Core32_Curve25519_Fe|nulloptionalnull$yParagonIE_Sodium_Core32_Curve25519_Fe|nulloptionalnull$zParagonIE_Sodium_Core32_Curve25519_Fe|nulloptionalnull$tParagonIE_Sodium_Core32_Curve25519_Fe|nulloptionalnull public function __construct( ParagonIE_Sodium_Core32_Curve25519_Fe $x = null, ParagonIE_Sodium_Core32_Curve25519_Fe $y = null, ParagonIE_Sodium_Core32_Curve25519_Fe $z = null, ParagonIE_Sodium_Core32_Curve25519_Fe $t = null ) { if ($x === null) { $x = ParagonIE_Sodium_Core32_Curve25519::fe_0(); } $this->X = $x; if ($y === null) { $y = ParagonIE_Sodium_Core32_Curve25519::fe_0(); } $this->Y = $y; if ($z === null) { $z = ParagonIE_Sodium_Core32_Curve25519::fe_0(); } $this->Z = $z; if ($t === null) { $t = ParagonIE_Sodium_Core32_Curve25519::fe_0(); } $this->T = $t; }Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.