wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php:38ParagonIE_Sodium_Core32_Curve25519_Ge_Precomp constructor.
$yplusxParagonIE_Sodium_Core32_Curve25519_Feoptionalnull$yminusxParagonIE_Sodium_Core32_Curve25519_Feoptionalnull$xy2dParagonIE_Sodium_Core32_Curve25519_Feoptionalnull public function __construct( ParagonIE_Sodium_Core32_Curve25519_Fe $yplusx = null, ParagonIE_Sodium_Core32_Curve25519_Fe $yminusx = null, ParagonIE_Sodium_Core32_Curve25519_Fe $xy2d = null ) { if ($yplusx === null) { $yplusx = ParagonIE_Sodium_Core32_Curve25519::fe_0(); } $this->yplusx = $yplusx; if ($yminusx === null) { $yminusx = ParagonIE_Sodium_Core32_Curve25519::fe_0(); } $this->yminusx = $yminusx; if ($xy2d === null) { $xy2d = ParagonIE_Sodium_Core32_Curve25519::fe_0(); } $this->xy2d = $xy2d; }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/Precomp.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.