Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bip-schnorr

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bip-schnorr - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

2

package.json
{
"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');

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc