Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shea256 committed Jun 27, 2014
1 parent a4da537 commit 8805b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Tools for sharing secrets (like Bitcoin private keys), using shamir's secret sha

#### Recovering from shares

>>> SecretSharer.recover_secret(shares[0:3])
>>> SecretSharer.recover_secret(shares[0:2])
'c4bbcb1fbec99d65bf59d85c8cb62ee2db963f0fe106f483d9afa73bd4e39a8a'

### Plaintext Secrets
Expand Down

0 comments on commit 8805b3c

Please sign in to comment.