Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
55
sjcl.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.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected