Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function genSecret () { const s = new mcl.Fr() s.setByCSPRNG() return toBuffer(s) }
mcl ; A portable and fast pairing-based cryptography library for Node.js by WebAssembly