git ssb

0+

wanderer🌟 / bls-lib



Commit e2174166432c22b6a7a6938be92de5d436d44a4c

Update README.md

wanderer authored on 10/7/2017, 9:10:54 PM
GitHub committed on 10/7/2017, 9:10:54 PM
Parent: 4de9b15440c5c5b1824eeead6312af9f6467c5b0

Files changed

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

Built with git-ssb-web