git ssb

0+

wanderer🌟 / bls-lib



Commit 0dd1b30801413a39f947d8cb8f38d0f2917f252f

Update README.md

wanderer authored on 11/27/2017, 12:34:15 AM
GitHub committed on 11/27/2017, 12:34:15 AM
Parent: 8fa8d4c84fc8c925dee4e4c76232395456fffda4

Files changed

README.mdchanged
README.mdView
@@ -5,9 +5,9 @@
55
66
77 [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
88
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.
1010
1111 # INSTALL
1212 `npm install bls-lib`
1313

Built with git-ssb-web