Source: python-axolotl-curve25519
Section: python
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: debhelper-compat (= 12),
 dh-python,
 python3-all (>= 3.4.2),
 python3-all-dev (>= 3.4.2),
 python3-setuptools (>= 5.5.1)
X-Python3-Version: >= 3.6
Standards-Version: 4.4.0
Homepage: https://pypi.python.org/pypi/python-axolotl-curve25519
Vcs-Git: https://salsa.debian.org/debian/python-axolotl-curve25519.git
Vcs-Browser: https://salsa.debian.org/debian/python-axolotl-curve25519

Package: python3-axolotl-curve25519
Architecture: any
Depends: ${python3:Depends},
 ${misc:Depends},
 ${shlibs:Depends}
Description: Python 3 wrapper for curve25519 library with ed25519 signatures
 This wrapper is meant for use by python3-axolotl.
 By now only includes the following functions:
  - generatePrivateKey
  - generatePublicKey
  - calculateAgreement
  - calculateSignature
  - verifySignature