File: control

package info (click to toggle)
python-slip10 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: python: 681; makefile: 6
file content (27 lines) | stat: -rw-r--r-- 1,109 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
Source: python-slip10
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Soren Stoutner <soren@debian.org>,
           Manuel Guerra <ar.manuelguerra@gmail.com>
Section: python
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all
Build-Depends-Indep: python3-poetry-core,
                     python3-cryptography
Homepage: https://github.com/trezor/python-slip10
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-slip10
Vcs-Git: https://salsa.debian.org/python-team/packages/python-slip10.git
Standards-Version: 4.7.3

Package: python3-slip10
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Reference implementation of the SLIP-0010 specification
 A reference implementation of the SLIP-0010 specification, which generalizes
 the BIP-0032 derivation scheme for private and public key pairs in hierarchical
 deterministic wallets for the curves secp256k1, NIST P-256, ed25519 and
 curve25519.
 .
 This package contains the Python 3 version.