From a9e942a41ae1a61303bf674c1aa703282c29160f Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Wed, 18 Oct 2017 13:46:28 +0200 Subject: [PATCH] Add PR warning to the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5c575b1..be2fcb4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ [**Documentation (latest)**](https://docs.rs/rusty_secrets/) [**Documentation (master)**](http://spinresearch.github.io/RustySecrets/rusty_secrets/index.html) +## Warning: Please do not send pull requests for the moment + +> This library is currently being heavily refactored in a private branch, and as such, we are currently unable to merge pull requests against the master branch. We will release the changes in this private branch publicly as soon as we get them audited. Until then, we definitely welcome bug reports, constructive feedback, or features ideas. Feel free to send a PR though, if you don't mind seeing it closed, or indefinitely delayed. + +> Thank you for checking out RustySecrets, we hope to be able to accept your contributions very soon! + ## Design goals The main use for this library is to split a secret of an arbitrary length in *n* different shares and *t*-out-of-*n* shares are required to recover it. The dealer is assumed to be honest (and competent). We further assume that our adversary will only be able to compromise at most *t-1* shares. Shares are kept offline.