Commit 91da326dc469caca5e31c3a2d7ef54bfa855c95f
Update README.md
wanderer authored on 10/3/2017, 6:16:24 PMGitHub committed on 10/3/2017, 6:16:24 PM
Parent: d19c0b884a7ce9b2ff7b79a37e82e31d95dd703f
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -1,8 +1,10 @@ | ||
1 | 1 … | # SYNOPSIS |
2 | 2 … | [![NPM Package](https://img.shields.io/npm/v/bls-lib.svg?style=flat-square)](https://www.npmjs.org/package/bls-lib) |
3 | 3 … | [![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) | |
4 | 5 … | |
6 … | + | |
5 | 7 … | [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) |
6 | 8 … | |
7 | 9 … | 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. |
8 | 10 … |
Built with git-ssb-web