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

bip322-js

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bip322-js - npm Package Versions

2.0.0

Diff

Changelog

Source

[2.0.0] - 2024-05-16

Added

  • Added regtest support for signing and verifying BIP-137 and BIP-322 signatures.
  • Added useStrictVerification argument in Verifier.verifySignature. See README for its usage.

Changed

  • Removed network argument in Signer.sign; the network is now automatically inferred from the given address.
  • Moved Address.compressPublicKey and Address.uncompressPublicKey to Key.compressPublicKey and Key.uncompressPublicKey respectively.
  • Updated dependencies.
acken2
published 1.1.1 •

Changelog

Source

[1.1.1] - 2024-04-05

Fixed

  • Fixed issue #7 where BIP-137 signatures that were signed using flags for P2SH/P2WPKH would fail verification incorrectly.
acken2
published 1.1.0 •

Changelog

Source

[1.1.0] - 2023-08-20

Added

  • Added support for BIP-137 legacy signature verification against P2SH-P2WPKH, P2WPKH, and single-key-spend P2TR addresses.
acken2
published 1.0.3 •

Changelog

Source

[1.0.3] - 2023-06-29

Fixed

  • Fixed ECC library uninitialized error during taproot signature verification.
acken2
published 1.0.2 •

Changelog

Source

[1.0.2] - 2023-06-28

Initial release.

Added

  • Generate raw toSpend and toSign BIP-322 transactions via the BIP322 class.
  • Sign a BIP-322 signature using a private key via the Signer class.
  • Verify a simple BIP-322 signature via the Verifier class.
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