From dc8c3a9a1089e962b32ecdcc940ae11bd2b69e4b Mon Sep 17 00:00:00 2001 From: Daan Sprenkels Date: Tue, 1 Aug 2017 17:26:31 +0700 Subject: [PATCH] Add link to sss demo at dsprenkels.com --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88dd923..0ce9b4b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ `sss` is a library that exposes an API to split secret data buffers into a number of different _shares_. With the possession of some or all of these shares, the original secret can be restored. It is the schoolbook example of -a cryptographic _threshold scheme_. +a cryptographic _threshold scheme_. ([demo]) ## Table of contents @@ -166,4 +166,5 @@ If you would like your library to be added here, please open a pull request. :) Feel free to send me an email on my Github associated e-mail address. +[demo]: https://dsprenkels.com/sss/ [randombytes]: https://github.com/dsprenkels/randombytes