/home/techb158/aleamaralawal.com/dev/wp-includes/sodium_compat/src/Core/ChaCha20
Edit: /home/techb158/aleamaralawal.com/dev/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php (1324B)
initCounter($counter);
parent::__construct($key, self::substr($iv, 0, 8), $counter);
$this->container[12] = self::load_4(self::substr($counter, 0, 4));
$this->container[13] = self::load_4(self::substr($iv, 0, 4));
$this->container[14] = self::load_4(self::substr($iv, 4, 4));
$this->container[15] = self::load_4(self::substr($iv, 8, 4));
}
}