MCPcopy
hub / github.com/bitwiseshiftleft/sjcl / R

Function R

core/scrypt.js:56–56  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

54
55sjcl.misc.scrypt.salsa20Core = function (word, rounds) {
56 var R = function(a, b) { return (a << b) | (a >>> (32 - b)); };
57 var x = word.slice(0);
58
59 for (var i = rounds; i > 0; i -= 2) {

Callers 1

scrypt.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected