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
|
Source: python-py-ecc
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Manuel Guerra <ar.manuelguerra@gmail.com>,
Soren Stoutner <soren@debian.org>,
Otto Kekäläinen <otto@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-setuptools,
Build-Depends-Indep:
dh-sequence-sphinxdoc <!nodoc>,
python3-all,
python3-eth-typing,
python3-eth-utils,
python3-pycryptodome,
python3-pytest <!nocheck>,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
sphinx-common <!nodoc>,
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.
|