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
|
Source: pysha3
Maintainer: Ben Finney <bignose@debian.org>
Section: python
Priority: optional
Build-Depends:
tox,
python3-flake8,
python3-setuptools,
dh-python,
debhelper-compat (= 12)
Build-Depends-Arch:
python3-all-dev,
python3
Standards-Version: 4.4.1
Homepage: https://pypi.org/project/pysha3/
VCS-Git: https://salsa.debian.org/bignose/pkg-pysha3.git
VCS-Browser: https://salsa.debian.org/bignose/pkg-pysha3/
Rules-Requires-Root: no
Package: python3-sha3
Architecture: any
Depends:
${python3:Depends},
${shlibs:Depends},
${misc:Depends}
Description: SHA-3 (Keccak) hash implementation — Python 3
‘sha3’ is a Python library for the SHA-3 hashing functions.
.
This is a stand-alone package of the ‘sha3’ code included in Python
3.6 and later.
.
SHA-3, also known as “Keccak”, is a family of algorithms standardised
by NIST under the title “FIPS 202, SHA-3 Standard: Permutation-Based
Hash And Extendable-Output Functions”.
.
This package installs the library for Python 3.
|