Socket
Socket
Sign inDemoInstall

secp256k1

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

secp256k1 - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.secp256k1.cc.swo

2

package.json
{
"name": "secp256k1",
"version": "0.0.2",
"version": "0.0.3",
"description": "This module provides native bindings to ecdsa secp256k1 functions",

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

@@ -6,2 +6,6 @@ secp256k1 [![Build Status](https://travis-ci.org/wanderer/secp256k1-node.svg?branch=master)](https://travis-ci.org/wanderer/secp256k1-node)

Install
===
`npm install secp256k1`
Usage

@@ -87,3 +91,3 @@ ===

**Returns**: Object, result only if no callback is given will the result be returned
**Returns**: result only returned if no callback is given
- result.sigature

@@ -90,0 +94,0 @@ - result.r

@@ -24,3 +24,2 @@ //tests against the `ecdsa` module

it('should sign a message', function () {

@@ -27,0 +26,0 @@ var sig = ecdsaNative.sign(privateKey, msg);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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