python-omemo 0.14.0~beta-1 source package in Ubuntu

Changelog

python-omemo (0.14.0~beta-1) unstable; urgency=medium

  * New upstream version
  * Move to debhelper-compat 13

 -- Martin <email address hidden>  Sat, 12 Mar 2022 13:08:10 +0000

Upload details

Uploaded by:
Debian XMPP Maintainers
Uploaded to:
Sid
Original maintainer:
Debian XMPP Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-omemo_0.14.0~beta-1.dsc 2.1 KiB 20e58f5923b5726f69fee1c35d248541b403fed6ef421f2e95174214aad3c8b3
python-omemo_0.14.0~beta.orig.tar.gz 43.1 KiB 05b9d9889b75a6c8d7205e4c6c365d601c1a23f1589c24d250f030b3c09ad51a
python-omemo_0.14.0~beta-1.debian.tar.xz 1.8 KiB fe14312d9874b1429fc6740be2b9e6762b0ffe868a070d3086d47651c51fb620

Available diffs

No changes file available.

Binary packages built by this source

python3-omemo: Python 3 implementation of the OMEMO protocol

 This python library offers an open implementation of the OMEMO Multi-End
 Message and Object Encryption protocol as specified here.
 .
 Goals of this implementation are:
 .
  * Do not use libsignal but offer a solid alternative to it
  * Stay away from GPL (not possible until we move away from libsignals
    wireformat)
  * Be flexible to changes that might happen to the OMEMO protocol
  * Keep the structure close to the spec
  * Provide the parts of the protocol (X3DH, Double Ratchet) as own
    repositories
 .
 This package provides the Python 3.x module.