[ bianca ]
[ 原始碼: python-shamir-mnemonic ]
套件:shamir(0.3.0-1.1)
shamir 的相關連結
下載原始碼套件 python-shamir-mnemonic:
- [python-shamir-mnemonic_0.3.0-1.1.debian.tar.xz]
- [python-shamir-mnemonic_0.3.0-1.1.dsc]
- [python-shamir-mnemonic_0.3.0.orig.tar.gz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Executable for 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.
This package contains the shamir executable.
其他與 shamir 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-click
- Command-Line Interface Creation Kit - Python 3.x
-
- dep: python3-shamir-mnemonic (= 0.3.0-1.1)
- Shamir’s Secret-Sharing for Mnemonic Codes, an implementation of SLIP-0039