wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php:157$offsetmixedParagonIE_Sodium_Core32_Int32 #[ReturnTypeWillChange] public function offsetGet($offset) { if (!isset($this->container[$offset])) { $this->container[(int) $offset] = new ParagonIE_Sodium_Core32_Int32(); } /** @var ParagonIE_Sodium_Core32_Int32 $get */ $get = $this->container[$offset]; return $get; }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/Fe.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.