File: control

package info (click to toggle)
python-axolotl-curve25519 0.4.1.post2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 664 kB
  • sloc: ansic: 5,207; python: 34; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 915 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
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