Skip to content

Commit

Permalink
Add link to sss demo at dsprenkels.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Daan Sprenkels committed Aug 1, 2017
1 parent b9126d3 commit dc8c3a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit dc8c3a9

Please sign in to comment.