Source: python-py-ecc Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Manuel Guerra , Soren Stoutner , Otto Kekäläinen , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-setuptools, Build-Depends-Indep: dh-sequence-sphinxdoc , python3-all, python3-eth-typing, python3-eth-utils, python3-pycryptodome, python3-pytest , python3-sphinx , python3-sphinx-rtd-theme , sphinx-common , Homepage: https://github.com/ethereum/py_ecc Vcs-Browser: https://salsa.debian.org/python-team/packages/python-py-ecc Vcs-Git: https://salsa.debian.org/python-team/packages/python-py-ecc.git Testsuite: autopkgtest-pkg-pybuild Standards-Version: 4.7.2 Package: python3-py-ecc Architecture: all Multi-Arch: foreign Depends: python3-eth-typing, python3-eth-utils, python3-pycryptodome, ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}, Built-Using: ${sphinxdoc:Built-Using}, Description: Elliptic curve crypto including secp256k1, alt_bn128, and bls12_381 This package provides elliptic curve cryptography implementations in Python. It includes support for widely used curves such as secp256k1, alt_bn128, and bls12_381. The library is developed by the Ethereum Foundation. . It is a fundamental tool for blockchain-related projects and other applications that require elliptic curve cryptography.