File: control

package info (click to toggle)
python-axolotl-curve25519 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 636 kB
  • ctags: 290
  • sloc: ansic: 4,750; python: 25; makefile: 4
file content (46 lines) | stat: -rw-r--r-- 1,449 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
37
38
39
40
41
42
43
44
45
46
Source: python-axolotl-curve25519
Section: python
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: debhelper (>= 9),
 dh-python,
 python-setuptools (>= 5.5.1),
 python-all (>= 2.7.8),
 python-all-dev (>= 2.7.8),
 python3-all (>= 3.4.2),
 python3-all-dev (>= 3.4.2),
 python3-setuptools (>= 5.5.1)
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.5
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/python-axolotl-curve25519
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/python-axolotl-curve25519.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-axolotl-curve25519.git/

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

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