git ssb

0+

wanderer🌟 / bls-lib



Commit a68852f20355b5b5ab4e878aba5ba365a53fc201

Update README.md

wanderer authored on 11/27/2017, 6:13:26 PM
GitHub committed on 11/27/2017, 6:13:26 PM
Parent: d5061208288fe0b3090a797ef7157812f835d6bf

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) 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.
9 +This libary provides primitives for creating and verifying [BLS threshold signatures](https://en.wikipedia.org/wiki/Boneh–Lynn–Shacham) in Webassembly 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