Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
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);
365 $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 16);
366 $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 12);
367 $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 8);
368 $x8+= $x12; $x4 = self::leftRotate($x4 ^ $x8, 7);
370 $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 16);
371 $x9+= $x13; $x5 = self::leftRotate($x5 ^ $x9, 12);
[all …]
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/
Deditor.worker.js.map1leftRotate(value, bits, totalBits = 32) {\n // delta + bits = totalBits\n const delta = tota…
Djson.worker.js.map1leftRotate(value, bits, totalBits = 32) {\n // delta + bits = totalBits\n const delta = tota…
Dbundle.js.map1leftRotate(value, bits, totalBits = 32) {\n // delta + bits = totalBits\n const delta = tota…