D | Salsa20.php | 443 * @param int $x2 (by reference) 458 …protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, … argument 463 static::quarterRound($x10, $x14, $x2, $x6); 466 static::quarterRound($x0, $x1, $x2, $x3);
|