python-doubleratchet 1.0.4-2 source package in Ubuntu

Changelog

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

  * Build-depend on pydantic >= 2

 -- Martin <email address hidden>  Mon, 05 Aug 2024 22:19:09 +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 proposed universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-doubleratchet_1.0.4-2.dsc 1.6 KiB e46669c38e5d12c5d82c5e6235fff7acfd8e47c5506d7148f4f08b78a3aa1bf4
python-doubleratchet_1.0.4.orig.tar.gz 42.1 KiB 7a74ad789e053ac1259a53b16868a54aafbcefda984a383f88525b767536a941
python-doubleratchet_1.0.4-2.debian.tar.xz 2.2 KiB 149ac8f4e536269f83522a6b131e71fc9eacbbaf256ebcd774e75ffa5d611aa5

Available diffs

No changes file available.

Binary packages built by this source

python3-doubleratchet: Python 3 implementation of the Double Ratchet algorithm

 This python library offers an implementation of the Double Ratchet
 algorithm as specified here.
 .
 The goal is to provide a configurable and independent implementation of
 the algorithm, while keeping the structure close to the specification
 and providing recommended settings.
 .
 This library was developed as part of python-omemo, a pretty cool
 end-to-end encryption protocol.
 .
 This package provides the Python 3.x module.