wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php:73$offsetint$valueint|ParagonIE_Sodium_Core32_Int32void #[ReturnTypeWillChange] public function offsetSet($offset, $value) { if (!is_int($offset)) { throw new InvalidArgumentException('Expected an integer'); } if ($value instanceof ParagonIE_Sodium_Core32_Int32) { /* } elseif (is_int($value)) { $value = ParagonIE_Sodium_Core32_Int32::fromInt($value); */ } else { throw new InvalidArgumentException('Expected an integer'); } $this->container[$offset] = $value; }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/ChaCha20/Ctx.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.