Home
last modified time | relevance | path

Searched refs:leftRotate (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php287 $a+= $b; $d = self::leftRotate($d ^ $a, 16);
288 $c+= $d; $b = self::leftRotate($b ^ $c, 12);
289 $a+= $b; $d = self::leftRotate($d ^ $a, 8);
290 $c+= $d; $b = self::leftRotate($b ^ $c, 7);
368 $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 7);
373 $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 7);
399 $x8+= $x13; $x7 = self::leftRotate($x7 ^ $x8, 7);
404 $x9+= $x14; $x4 = self::leftRotate($x4 ^ $x9, 7);
410 $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 7);
415 $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 7);
[all …]
H A DSalsa20.php411 protected static function leftRotate($x, $n) function in phpseclib3\\Crypt\\Salsa20
434 $b ^= self::leftRotate($a + $d, 7);
435 $c ^= self::leftRotate($b + $a, 9);
436 $d ^= self::leftRotate($c + $b, 13);
437 $a ^= self::leftRotate($d + $c, 18);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js.map1leftRotate(value, bits, totalBits = 32) {\n // delta + bits = totalBits\n const delta = tota…
H A Djson.worker.js.map1leftRotate(value, bits, totalBits = 32) {\n // delta + bits = totalBits\n const delta = tota…
H A Dbundle.js.map1leftRotate(value, bits, totalBits = 32) {\n // delta + bits = totalBits\n const delta = tota…