Comparing version 0.1.0 to 0.2.0
@@ -115,2 +115,6 @@ [{ | ||
"args": ["number", "number"] | ||
}, { | ||
"name": "blsDHKeyExchange", | ||
"exportName": "dhKeyExchange", | ||
"args": ["number", "number", "number"] | ||
}] |
{ | ||
"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
29258488
56
8636
60