Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
function
md5(value) {
53
return
crypto.createHash(
"md5"
).update(String(value)).digest(
"hex"
);
54
}
55
56
function
sha256(value) {
57
return
crypto.createHash(
"sha256"
).update(String(value)).digest(
"hex"
);
Callers
2
loginSign
Function · 0.70
mapH5Sign
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected