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
|
Source: python-xeddsa
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 11),
cmake,
dh-python,
python3-all-dev,
python3-cffi,
python3-nacl,
python3-setuptools,
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: https://pypi.org/project/XEdDSA/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-xeddsa.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-xeddsa
Package: python3-xeddsa
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Python 3 implementation of the XEdDSA signature scheme
This python library offers an open implementation of the XEdDSA
signature scheme as specified here.
.
This package provides the Python 3.x module.
|