MCPcopy
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
158function _rol(n,l) {
159 return (n << l) | (n >>> (32-l));
160}
161
162function _cvt(n) {
163 return ( (n & 0xff << 0) << 24 )

Callers 1

_blockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected