From 71b804f51bbf50f98cbe751033f191667293c3a1 Mon Sep 17 00:00:00 2001 From: Patrick D Hayes Date: Mon, 25 Sep 2017 09:43:12 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e76fc34..92f8042 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,12 @@ ## RSA Blind Signing using a Full Domain Hash -[![GoDoc](https://godoc.org/github.com/cryptoballot/rsablind?status.svg)](https://godoc.org/github.com/cryptoballot/rsablind) [![Build Status](https://travis-ci.org/cryptoballot/rsablind.svg?branch=master)](https://travis-ci.org/cryptoballot/rsablind) +[![Build Status](https://scrutinizer-ci.com/g/cryptoballot/rsablind/badges/build.png?b=master)](https://scrutinizer-ci.com/g/cryptoballot/rsablind/build-status/master) +[![Build Status](https://travis-ci.org/cryptoballot/rsablind.svg?branch=master)](https://travis-ci.org/cryptoballot/rsablind) +[![Go Report Card](https://goreportcard.com/badge/github.com/cryptoballot/rsablind)](https://goreportcard.com/report/github.com/cryptoballot/rsablind) +[![Coverage Status](https://coveralls.io/repos/github/cryptoballot/rsablind/badge.svg?branch=master)](https://coveralls.io/github/cryptoballot/rsablind?branch=master) +[![Scrutinizer Issues](https://img.shields.io/badge/scrutinizer-issues-blue.svg)](https://scrutinizer-ci.com/g/cryptoballot/rsablind/issues) +[![GoDoc](https://godoc.org/github.com/cryptoballot/rsablind?status.svg)](https://godoc.org/github.com/cryptoballot/rsablind) This library implements a Full-Domain-Hash RSA Blind Signature Scheme.