Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bitwiseshiftleft/sjcl
/ _rol
Function
_rol
core/ripemd160.js:158–160 ·
view source on GitHub ↗
(n,l)
Source
from the content-addressed store, hash-verified
156
}
157
158
function
_rol(n,l) {
159
return
(n << l) | (n >>> (32-l));
160
}
161
162
function
_cvt(n) {
163
return
( (n & 0xff << 0) << 24 )
Callers
1
_block
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected