File: control

package info (click to toggle)
python-shamir-mnemonic 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: python: 1,173; makefile: 34
file content (49 lines) | stat: -rw-r--r-- 2,131 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: python-shamir-mnemonic
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Soren Stoutner <soren@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all
Build-Depends-Indep: python3-poetry-core,
                     python3-bip32utils <!nocheck>,
                     python3-pytest <!nocheck>
Homepage: https://github.com/trezor/python-shamir-mnemonic
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-shamir-mnemonic
Vcs-Git: https://salsa.debian.org/python-team/packages/python-shamir-mnemonic.git
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.2

Package: shamir
Architecture: all
# python3-click is necessary for rendering the CLI.
Depends: python3-shamir-mnemonic (= ${source:Version}),
         python3-click,
         ${misc:Depends},
         ${python3:Depends}
Section: utils
Description: 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.

Package: python3-shamir-mnemonic
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Shamir’s Secret-Sharing for Mnemonic Codes, an implementation of SLIP-0039
 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 Python 3 version.