Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
async function getPubKey () { const PRIV_KEY = await wallet.getAppKey() return bls.getPublicKey(PRIV_KEY) }
Fastest JS implementation of BLS12-381. Auditable, secure, 0-dependency aggregated signatures & pairings