Source: pysha3
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-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.
