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