MCPcopy 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
164function hex(x) {
165 for (var i = 0; i < x.length; i++) x[i] = rhex(x[i]);
166 return x.join("");
167}
168
169export function md5(s) {
170 return hex(md51(s));

Callers 1

md5Function · 0.85

Calls 1

rhexFunction · 0.85

Tested by

no test coverage detected