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

Function randomHex

wxapp/wps.js:162–164  ·  view source on GitHub ↗
(bytes = 16)

Source from the content-addressed store, hash-verified

160}
161
162function randomHex(bytes = 16) {
163 return crypto.randomBytes(bytes).toString("hex");
164}
165
166function makePopToken(method, url, secret, cv = "") {
167 if (!secret) return "";

Callers 1

tryLotteryOnceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected