How to use the bls-wasm.bls.sign function in bls-wasm

To help you get started, we’ve selected a few bls-wasm examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github spacemeshos / app / src / services / signatures.ts View on Github external
public Sign(sec: bls.SecretKey, data: string) : bls.Signature {
      return bls.sign (data);
  }

bls-wasm

BLS signature for Node.js by WebAssembly

BSD-3-Clause
Latest version published 8 months ago

Package Health Score

53 / 100
Full package analysis