Update Readme links

- godoc link
- travis link
This commit is contained in:
Evgeniy Kulikov 2019-08-27 13:11:02 +03:00
parent e92b61469c
commit cae279e5e3
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2

View file

@ -1,9 +1,9 @@
rfc6979
=======
[![Build Status](https://travis-ci.org/codahale/rfc6979.png?branch=master)](https://travis-ci.org/codahale/rfc6979)
[![Build Status](https://travis-ci.org/nspcc-dev/rfc6979.png?branch=master)](https://travis-ci.org/nspcc-dev/rfc6979)
A Go implementation of [RFC 6979](https://tools.ietf.org/html/rfc6979)'s
deterministic DSA/ECDSA signature scheme.
For documentation, check [godoc](http://godoc.org/github.com/codahale/rfc6979).
For documentation, check [godoc](http://godoc.org/github.com/nspcc-dev/rfc6979).