Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Useful-Scripts-Extension/useful-script
/ hex
Function
hex
scripts/libs/crypto/md5.js:164–167 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
162
}
163
164
function
hex(x) {
165
for
(
var
i = 0; i < x.length; i++) x[i] = rhex(x[i]);
166
return
x.join(
""
);
167
}
168
169
export
function
md5(s) {
170
return
hex(md51(s));
Callers
1
md5
Function · 0.85
Calls
1
rhex
Function · 0.85
Tested by
no test coverage detected