MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / md5

Function md5

wxapp/txdt.js:52–54  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

50}
51
52function md5(value) {
53 return crypto.createHash("md5").update(String(value)).digest("hex");
54}
55
56function sha256(value) {
57 return crypto.createHash("sha256").update(String(value)).digest("hex");

Callers 2

loginSignFunction · 0.70
mapH5SignFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected