aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/deb/python3-meshbay-common/DEBIAN/control
blob: 7f504bd65e1774a7f8f3b3477c6c5076bb33b9fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: python3-meshbay-common
Version: 0.2.0
Section: python
Priority: optional
Architecture: all
Maintainer: MeshBay Team <team@meshbay.org>
Homepage: https://meshbay.org
Depends: python3 (>= 3.12),
         python3-cryptography (>= 43.0),
         python3-jwt,
         python3-msgpack,
         python3-zstandard
Description: MeshBay shared cryptographic primitives and protocol types
 Provides Ed25519/X25519 key operations, GEK wrap/unwrap (ECIES-like),
 per-chunk HKDF key derivation, ChaCha20-Poly1305 encryption,
 AES-256-GCM keystore encryption, and MNP protocol message types.
 .
 Required by both meshbay-hub and meshbay-node.