Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ md5
Function
md5
wxapp/mfd.js:68–70 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
66
}
67
68
function
md5(text) {
69
return
crypto.createHash(
"md5"
).update(String(text)).digest(
"hex"
);
70
}
71
72
function
memberSignature(memberId) {
73
const
timestamp = Date.now();
Callers
1
memberSignature
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected