MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / sha256

Function sha256

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

Source from the content-addressed store, hash-verified

54}
55
56function sha256(value) {
57 return crypto.createHash("sha256").update(String(value)).digest("hex");
58}
59
60function uuid() {
61 return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (char) => {

Callers 2

loginSignFunction · 0.85
checkinHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected