diff options
Diffstat (limited to 'python/python3-shamir-mnemonic/README')
-rw-r--r-- | python/python3-shamir-mnemonic/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python3-shamir-mnemonic/README b/python/python3-shamir-mnemonic/README new file mode 100644 index 0000000000..a245639017 --- /dev/null +++ b/python/python3-shamir-mnemonic/README @@ -0,0 +1,9 @@ +Reference implementation of SLIP-0039: Shamir's Secret-Sharing for +Mnemonic Codes + +This SLIP describes a standard and interoperable implementation of +Shamir’s secret sharing (SSS). SSS splits a secret into unique parts +which can be distributed among participants, and requires a specified +minimum number of parts to be supplied in order to reconstruct the +original secret. Knowledge of fewer than the required number of parts +does not leak information about the secret. |