wp-includes/sodium_compat/src/Core32/Curve25519.php:389Is a field element negative? (1 = yes, 0 = no. Used in calculations.)
$fParagonIE_Sodium_Core32_Curve25519_Feint public static function fe_isnegative(ParagonIE_Sodium_Core32_Curve25519_Fe $f) { $str = self::fe_tobytes($f); return (int) (self::chrToInt($str[0]) & 1); }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.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.