Add link to documentation for latest release.

This commit is contained in:
Romain Ruetschi
2017-08-20 02:57:22 +02:00
committed by Romain Ruetschi
parent 62e311ce7f
commit 02c88e0164

View File

@ -1,9 +1,9 @@
# Rusty Secrets [![Build Status](https://travis-ci.org/SpinResearch/RustySecrets.svg?branch=master)](https://travis-ci.org/SpinResearch/RustySecrets) [![Coverage Status](https://coveralls.io/repos/github/SpinResearch/RustySecrets/badge.svg?branch=master)](https://coveralls.io/github/SpinResearch/RustySecrets?branch=master)
[**Documentation**](http://spinresearch.github.io/RustySecrets/rusty_secrets/index.html)
Rusty Secrets is an implementation of a threshold [Shamir's secret sharing scheme](https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing).
> Rusty Secrets is an implementation of a threshold [Shamir's secret sharing scheme](https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing).
[**Documentation (latest)**](https://docs.rs/rusty_secrets/)
[**Documentation (master)**](http://spinresearch.github.io/RustySecrets/rusty_secrets/index.html)
## Design goals