File: control

package info (click to toggle)
python-slip10 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: python: 550; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,171 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
Source: python-slip10
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-base58,
                     python3-cryptography,
                     python3-ecdsa
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
Rules-Requires-Root: no
Standards-Version: 4.7.2

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.