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

bls-lib

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bls-lib - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

.nyc_output/3e95c3fe5e503c3a46e2bc38ab044990.json

4

exportedFuncs.json

@@ -115,2 +115,6 @@ [{

"args": ["number", "number"]
}, {
"name": "blsDHKeyExchange",
"exportName": "dhKeyExchange",
"args": ["number", "number", "number"]
}]

2

package.json
{
"name": "bls-lib",
"version": "0.1.0",
"version": "0.2.0",
"description": "this libary provides primitives for creating and verify BLS threshold signatures",

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

@@ -10,3 +10,3 @@ # SYNOPSIS

This libary provides primitives for creating and verifying BLS threshold signatures. All the hard work is done by [herumi/bls](https://github.com/herumi/bls). This wraps the bls C++ code which is compiled to Webassembly for easier use.
This libary provides primitives for creating and verifying [BLS threshold signatures](https://en.wikipedia.org/wiki/Boneh–Lynn–Shacham). All the hard work is done by [herumi/bls](https://github.com/herumi/bls). This wraps the bls C++ code which is compiled to Webassembly for easier use.

@@ -43,2 +43,5 @@ # INSTALL

# EXAMPLES
[./examples/](./examples/)
# API

@@ -45,0 +48,0 @@ [./docs/](./docs/index.md)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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