dissononce 0.34.3-2 source package in Ubuntu

Changelog

dissononce (0.34.3-2) unstable; urgency=medium

  * Upload to unstable
  * Bump Standards-Version to 4.4.0. No changes needed

 -- Josue Ortega <email address hidden>  Thu, 05 Sep 2019 11:19:08 -0600

Upload details

Uploaded by:
Josue Ortega
Uploaded to:
Sid
Original maintainer:
Josue Ortega
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
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dissononce_0.34.3-2.dsc 2.0 KiB e806c0a94e1498257aea8ccff1a8c8ea68ebcf8f1d7935fe39b6306b6ac01aa6
dissononce_0.34.3.orig.tar.gz 580.3 KiB b638f2ef49c403ea7f50f63d739efe76f3539945dc866d527f2da5c256535aa5
dissononce_0.34.3-2.debian.tar.xz 2.2 KiB 3e3849abbefe24978d1cbbc5977771ed2f53056c1918f4877dadc1f11a07fce2

No changes file available.

Binary packages built by this source

python3-dissononce: Python implementation for Noise Protocol Framework

 Dissononce is a Python implementation for Noise Protocol Framework. A main goal
 of this project is to provide a simple, easy to read and understand practical
 reference for Noise enthusiasts, implementers and users.
 Therefore this project attempts to stick to the following guidelines:
  - Syntax that resembles as closely as possible definitions and pseudo code
    mentioned in Noise Specs.
  - As minimal Python "magic" as possible (explicit is better than implicit).
  - Code that is simple, easy to read, follow and understand.
  - Flexibility to easily adopt future changes to Noise specifications.
  - Deviations from Noise Specs
    (additions, opinionated specs and API changes..etc) are isolated from
    original implementation/API and are optional to use.
  - Deviations from Noise Specs do not influence adjustments to original
    implementation/API that conflict with Noise Specs.