Debian NEW package overview for python-electrum-ecc
python-electrum-ecc_0.0.6+ds-1_amd64.changes (click to toggle)
Format:1.8
Date:Tue, 12 Aug 2025 17:02:09 -0400
Source:python-electrum-ecc
Binary:python3-electrum-ecc
Architecture:source all
Version:0.0.6+ds-1
Distribution:unstable
Urgency:medium
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Changed-By:Manuel Guerra <ar.manuelguerra@gmail.com>
Description:
python3-electrum-ecc - Pure Python ctypes wrapper for libsecp256k1
Closes:1111031
Changes:
python-electrum-ecc (0.0.6+ds-1) unstable; urgency=medium

  * Initial release. (Closes: #1111031)
Files:
f1e965ee8e7af000457be73ed5e00dc9 2208 python optional python-electrum-ecc_0.0.6+ds-1.dsc
30afab62017815e3205d8d0d1ed4dbf4 17044 python optional python-electrum-ecc_0.0.6+ds.orig.tar.xz
321a4eac89c9c16e5d4932067a28d173 2704 python optional python-electrum-ecc_0.0.6+ds-1.debian.tar.xz
7792b4577f3d06e6e053df10ee4e6cd6 6984 python optional python-electrum-ecc_0.0.6+ds-1_amd64.buildinfo
cd1e7abb745669d006577755f37879d8 11128 python optional python3-electrum-ecc_0.0.6+ds-1_all.deb
python-electrum-ecc_0.0.6+ds-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:python-electrum-ecc
Binary:python3-electrum-ecc
Architecture:all
Version:0.0.6+ds-1
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Uploaders:Soren Stoutner <soren@debian.org>, Manuel Guerra <ar.manuelguerra@gmail.com>
Homepage:https://github.com/spesmilo/electrum-ecc
Standards-Version:4.7.2
Vcs-Browser:https://github.com/spesmilo/electrum-ecc
Vcs-Git:https://github.com/spesmilo/electrum-ecc.git
Testsuite:autopkgtest-pkg-pybuild
Build-Depends:debhelper-compat (=13), dh-sequence-python3, python3-all, python3-setuptools
Build-Depends-Indep:libsecp256k1-dev, python3-pytest<!nocheck>
Package-List:python3-electrum-ecc deb python optional arch=all
Files:
30afab62017815e3205d8d0d1ed4dbf4 17044 python-electrum-ecc_0.0.6+ds.orig.tar.xz
321a4eac89c9c16e5d4932067a28d173 2704 python-electrum-ecc_0.0.6+ds-1.debian.tar.xz
lintian 2.116.3 check for python-electrum-ecc_0.0.6+ds-1.dsc (click to toggle)
README.source for python-electrum-ecc_0.0.6+ds-1.dsc (click to toggle)
No README.source in this package
control file for python3-electrum-ecc_0.0.6+ds-1_all.deb (click to toggle)
Package:python3-electrum-ecc
Source:python-electrum-ecc
Version:0.0.6+ds-1
Architecture:all
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Installed-Size:56
Depends:libsecp256k1-2, python3:any
Section:python
Priority:optional
Homepage:https://github.com/spesmilo/electrum-ecc
Description:
Pure Python ctypes wrapper for libsecp256k1
 This package provides a pure Python interface to the native C library
 libsecp256k1, which is a highly optimized library for cryptographic operations
 on the secp256k1 elliptic curve.
 .
 Unlike other wrappers that might embed or compile their own C code, this
 package leverages the system-installed version of libsecp256k1, ensuring
 compatibility and security by relying on a trusted, widely-used and maintained
 system library.
 .
 It utilizes the Python ctypes foreign function library to dynamically load and
 call functions from libsecp256k1 at runtime, providing a low-overhead and
 efficient bridge between Python and the high-performance C implementation.
 .
 This package is an essential component for projects requiring fast and secure
 Elliptic Curve Cryptography, such as the Electrum Bitcoin wallet, and is
 suitable for developers needing to perform tasks like key generation, ECDSA
 signature verification, and Schnorr signatures.
lintian 2.116.3 check for python3-electrum-ecc_0.0.6+ds-1_all.deb (click to toggle)
contents of python3-electrum-ecc_0.0.6+ds-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2025-08-12 21:02 ./
drwxr-xr-x root/root         0 2025-08-12 21:02 ./usr/
drwxr-xr-x root/root         0 2025-08-12 21:02 ./usr/lib/
drwxr-xr-x root/root         0 2025-08-12 21:02 ./usr/lib/python3/
drwxr-xr-x root/root         0 2025-08-12 21:02 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2025-08-12 21:02 ./usr/lib/python3/dist-packages/electrum_ecc/
-rw-r--r-- root/root       319 2000-11-11 11:11 ./usr/lib/python3/dist-packages/electrum_ecc/__init__.py
-rw-r--r-- root/root      9683 2000-11-11 11:11 ./usr/lib/python3/dist-packages/electrum_ecc/ecc_fast.py
-rw-r--r-- root/root      3943 2000-11-11 11:11 ./usr/lib/python3/dist-packages/electrum_ecc/ecdsa_sigformat.py
-rw-r--r-- root/root     20325 2000-11-11 11:11 ./usr/lib/python3/dist-packages/electrum_ecc/keys.py
-rw-r--r-- root/root       490 2000-11-11 11:11 ./usr/lib/python3/dist-packages/electrum_ecc/util.py
drwxr-xr-x root/root         0 2025-08-12 21:02 ./usr/lib/python3/dist-packages/electrum_ecc-0.0.6.egg-info/
-rw-r--r-- root/root      2004 2025-08-12 21:02 ./usr/lib/python3/dist-packages/electrum_ecc-0.0.6.egg-info/PKG-INFO
-rw-r--r-- root/root         1 2025-08-12 21:02 ./usr/lib/python3/dist-packages/electrum_ecc-0.0.6.egg-info/dependency_links.txt
-rw-r--r-- root/root        13 2025-08-12 21:02 ./usr/lib/python3/dist-packages/electrum_ecc-0.0.6.egg-info/top_level.txt
drwxr-xr-x root/root         0 2025-08-12 21:02 ./usr/share/
drwxr-xr-x root/root         0 2025-08-12 21:02 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-08-12 21:02 ./usr/share/doc/python3-electrum-ecc/
-rw-r--r-- root/root       170 2025-08-12 21:02 ./usr/share/doc/python3-electrum-ecc/changelog.Debian.gz
-rw-r--r-- root/root      1571 2025-08-12 21:02 ./usr/share/doc/python3-electrum-ecc/copyright

Timestamp: 14.08.2025 / 00:12:34 (UTC)