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

simple-js-ecdsa

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-js-ecdsa - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "simple-js-ecdsa",
"version": "1.1.0",
"version": "1.1.1",
"description": "easy and light weight ecdsa implementation",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -5,4 +5,9 @@ # simple-js-ecdsa

opening a wallet using a private key
creating a new wallet
```
let wallet = Wallet.new()
```
opening an existing wallet using a private key
```
Wallet.fromKey(<private number>)

@@ -26,4 +31,14 @@ ```

signing a message
```
const signature = wallet.sign(message)
```
verify a signature
```
wallet.verify(message, signature)
```
# contribute
bitcoin address: 1KKiniL7QnMPZZLjgGB2Kq1d7zsjUr6TnS
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