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
  
     | 
    
      Source: python-axolotl-curve25519
Section: python
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: debhelper-compat (= 13),
 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.7.0
Rules-Requires-Root: no
Homepage: https://github.com/tgalal/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}
Multi-Arch: same
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
 
     |