Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phayes committed Sep 25, 2017
1 parent 2cfd2bc commit 71b804f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 71b804f

Please sign in to comment.