bip-schnorr

v0.6.7
Pure JavaScript implementation of the BIP schnorr signature scheme and the muSig multi-signature scheme
bip schnorr elliptic curve muSig multi-signature

coverage-coveralls

nyc mocha ./test/schnorr-*.spec.js && nyc report --reporter=text-lcov | coveralls

coverage-html

nyc report --reporter=html

coverage

nyc --check-coverage --branches 85 --functions 90 --lines 90 mocha ./test/schnorr-*.spec.js

unit

mocha ./test/schnorr-*.spec.js

test

yarn run coverage

benchmark

node test/schnorr.benchmark.js
npm i bip-schnorr

Metadata

  • MIT
  • >=8.0.0
  • Oliver Gugger
  • released 3/9/2023

Downloads

Maintainers