Commit e2174166432c22b6a7a6938be92de5d436d44a4c
Update README.md
wanderer authored on 10/7/2017, 9:10:54 PMGitHub committed on 10/7/2017, 9:10:54 PM
Parent: 4de9b15440c5c5b1824eeead6312af9f6467c5b0
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -6,9 +6,9 @@ | ||
6 | 6 … | |
7 | 7 … | |
8 | 8 … | [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) |
9 | 9 … | |
10 | -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. | |
10 … | +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. | |
11 | 11 … | |
12 | 12 … | # INSTALL |
13 | 13 … | `npm install bls-lib` |
14 | 14 … |
Built with git-ssb-web