[ 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