Source: python-mceliece
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
 Jan Mojžíš <janmojzis@debian.org>,
Priority: optional
Standards-Version: 4.7.2
Section: python
Homepage: https://github.com/janmojzis/python-mceliece
Build-Depends:
 debhelper-compat (= 13),
 libmceliece1,
 pybuild-plugin-pyproject,
 python3-all,
 python3-pytest,
 python3-setuptools,
Vcs-Git: https://salsa.debian.org/python-team/packages/python-mceliece.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-mceliece
Testsuite: autopkgtest-pkg-pybuild

Package: python3-mceliece
Architecture: all
Depends:
 libmceliece1,
 ${misc:Depends},
 ${python3:Depends},
Description: Classic McEliece microlibrary - Python wrapper
 libmceliece is a Classic McEliece microlibrary.
 libmceliece has a very simple stateless API based on the SUPERCOP API,
 with wire-format inputs and outputs, providing functions that directly match
 the KEM operations provided by Classic McEliece, such as functions
 .
 mceliece6960119.keypair()
 mceliece6960119.enc()
 mceliece6960119.dec()
 for the mceliece6960119 KEM.
