bip-schnorr
Advanced tools
Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "bip-schnorr", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Pure JavaScript implementation of the BIP schnorr signature scheme and the muSig multi-signature scheme", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
const schnorr = require('./schnorr'); | ||
schnorr.check = require('./check'); | ||
schnorr.convert = require('./convert'); | ||
schnorr.math = require('./math'); | ||
schnorr.muSig = require('./mu-sig'); | ||
@@ -5,0 +6,0 @@ schnorr.taproot = require('./taproot'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
195338
3854