git ssb

0+

wanderer🌟 / bls-lib



Commit 91da326dc469caca5e31c3a2d7ef54bfa855c95f

Update README.md

wanderer authored on 10/3/2017, 6:16:24 PM
GitHub committed on 10/3/2017, 6:16:24 PM
Parent: d19c0b884a7ce9b2ff7b79a37e82e31d95dd703f

Files changed

README.mdchanged
README.mdView
@@ -1,8 +1,10 @@
11 # SYNOPSIS
22 [![NPM Package](https://img.shields.io/npm/v/bls-lib.svg?style=flat-square)](https://www.npmjs.org/package/bls-lib)
33 [![Build Status](https://img.shields.io/travis/wanderer/bls-lib.svg?branch=master&style=flat-square)](https://travis-ci.org/wanderer/bls-lib)
4 +[![Coverage Status](https://img.shields.io/coveralls/wanderer/bls-lib.svg?style=flat-square)](https://coveralls.io/r/wanderer/bls-lib)
45
6 +
57 [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
68
79 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.
810

Built with git-ssb-web