python-doubleratchet 1.0.3-1 source package in Ubuntu

Changelog

python-doubleratchet (1.0.3-1) unstable; urgency=medium

  * New upstream version.
  * Add autopkgtest.

 -- Martin <email address hidden>  Sun, 20 Nov 2022 18:56:07 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-doubleratchet_1.0.3-1.dsc 2.2 KiB f7e955e1b7a8fb7a7c73a65d07cf3e94ea2db5e42d80b4d877cb6af913516d06
python-doubleratchet_1.0.3.orig.tar.gz 42.0 KiB a254ace2b972d8adde25d7ba620e40249e47eb2ec4b5cb9a2657e0d565e024b0
python-doubleratchet_1.0.3-1.debian.tar.xz 2.2 KiB aa657e55a90456320981fd3539c2f4c7b7fef15ace454c1cd1d3af85984620ae

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.