python-x3dh 1.0.4-3 source package in Ubuntu

Changelog

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

  * Team Upload
  * Remove stale dependency on old python3-hkdf which itselfs
    needs deprecated python3-nose.

 -- Alexandre Detiste <email address hidden>  Wed, 11 Sep 2024 11:03:56 +0200

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
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-x3dh_1.0.4-3.dsc 2.1 KiB cf857268d7f26cf4138835d368832f1e2220fd8d9f42ad05b446c4ee9208b654
python-x3dh_1.0.4.orig.tar.gz 44.7 KiB 3f70de6fa940774f04863c15b5f7ba57a9a89527c3288159a08694f00730225d
python-x3dh_1.0.4-3.debian.tar.xz 2.6 KiB 8798258675f94a50b939c6ef9e2c545cf0cde9a87172392ced1968c2ddad2ab0

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.