Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Useful-Scripts-Extension/useful-script
/ rol
Function
rol
scripts/passwordGenerator.js:93–95 ·
view source on GitHub ↗
(num, cnt)
Source
from the content-addressed store, hash-verified
91
}
92
93
function
rol(num, cnt) {
94
return
(num << cnt) | (num >>> (32 - cnt));
95
}
96
97
function
str2binb(str) {
98
var
bin = Array();
Callers
1
core_sha1
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected