mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
7 lines
287 B
Text
7 lines
287 B
Text
|
ssss (Shamir's Secret Sharing Scheme)
|
||
|
|
||
|
ssss is a method for distributing a secret amongst a group of
|
||
|
participants, each of which is allocated a share of the secret.
|
||
|
The secret can only be reconstructed when the shares are combined
|
||
|
together; individual shares are of no use on their own.
|