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
|
Source: consonance
Section: python
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-protobuf,
python3-transitions,
python3-dissononce,
python3-axolotl-curve25519
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/tgalal/consonance
Vcs-Browser: https://salsa.debian.org/debian/python-consonance
Vcs-Git: https://salsa.debian.org/debian/python-consonance.git
Package: python3-consonance
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-dissononce,
python3-transitions,
python3-protobuf,
python3-axolotl-curve25519
Description: WhatsApp handshake implementation using Noise Protocol
Consonance implements WhatsApp's handshake process which makes use of Noise
Pipes with Curve25519, AES-GCM, and SHA256 from Noise Protocol.
|