Searched refs:leftRotate (Results 1 – 5 of 5) sorted by relevance
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
D | ChaCha20.php | 287 $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 …]
|
D | Salsa20.php | 411 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/ |
D | editor.worker.js.map | 1 …leftRotate(value, bits, totalBits = 32) {\n // delta + bits = totalBits\n const delta = tota…
|
D | json.worker.js.map | 1 …leftRotate(value, bits, totalBits = 32) {\n // delta + bits = totalBits\n const delta = tota…
|
D | bundle.js.map | 1 …leftRotate(value, bits, totalBits = 32) {\n // delta + bits = totalBits\n const delta = tota…
|