File: control

package info (click to toggle)
python-mceliece 0~20241009.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: python: 491; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download
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: 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.