Commit 0dd1b30801413a39f947d8cb8f38d0f2917f252f
Update README.md
wanderer authored on 11/27/2017, 12:34:15 AMGitHub committed on 11/27/2017, 12:34:15 AM
Parent: 8fa8d4c84fc8c925dee4e4c76232395456fffda4
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -5,9 +5,9 @@ | ||
5 | 5 … | |
6 | 6 … | |
7 | 7 … | [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) |
8 | 8 … | |
9 | -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. | |
9 … | +This libary provides primitives for creating and verifying [BLS threshold signatures](https://en.wikipedia.org/wiki/Boneh–Lynn–Shacham) in Webassemblt with a JS API. 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. | |
10 | 10 … | |
11 | 11 … | # INSTALL |
12 | 12 … | `npm install bls-lib` |
13 | 13 … |
Built with git-ssb-web