python-x3dh 1.0.4-2 source package in Ubuntu

Changelog

python-x3dh (1.0.4-2) unstable; urgency=medium

  * Build-depend on pydantic >= 2

 -- Martin <email address hidden>  Mon, 05 Aug 2024 22:15:29 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-x3dh_1.0.4-2.dsc 1.5 KiB 6452a4e5d049335f090f899bef39ae6674860f41a3529eef31957f169dfd8b23
python-x3dh_1.0.4.orig.tar.gz 44.7 KiB 3f70de6fa940774f04863c15b5f7ba57a9a89527c3288159a08694f00730225d
python-x3dh_1.0.4-2.debian.tar.xz 2.6 KiB dbfe62391300204f65f393959cd08fe4c8d76470b13be3b7ae04636a29ef44be

Available diffs

No changes file available.

Binary packages built by this source

python3-x3dh: Python 3 implementation of the X3DH key agreement protocol

 This Python library offers an implementation of the Extended Triple
 Diffie-Hellman key agreement protocol (X3DH) as specified here.
 .
 The goal is to provide a configurable and independent implementation of
 the protocol, while keeping the structure close to the specification.
 .
 This library was developed as part of python-omemo, a pretty cool
 end-to-end encryption protocol.