golang-github-secure-io-sio-go 0.3.1-2 source package in Ubuntu

Changelog

golang-github-secure-io-sio-go (0.3.1-2) unstable; urgency=medium

  * Source-only upload for migration

 -- Mathias Gibbens <email address hidden>  Wed, 16 Nov 2022 03:38:33 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging 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
golang-github-secure-io-sio-go_0.3.1-2.dsc 2.3 KiB d20d6d6f91b8087b9eba8d70a708c2748458257e24918b90773b27a03eb4a91f
golang-github-secure-io-sio-go_0.3.1.orig.tar.gz 20.9 KiB 3570fae11144684bc1e26116e5cf3c39989818619e58c0d1f3ca3bcf2b6e4277
golang-github-secure-io-sio-go_0.3.1-2.debian.tar.xz 2.3 KiB 8c51b0089092874047599b1396890b5b9eddbdac55d8fe551208c328850de3ac

Available diffs

No changes file available.

Binary packages built by this source

golang-github-secure-io-sio-go-dev: Authenticated encryption for streams in Go (library)

 The sio package implements provable secure authenticated encryption
 for continuous byte streams. It splits a data stream into L bytes
 long fragments and en/decrypts each fragment with an unique key-nonce
 combination using an AEAD. For the last fragment the construction
 prefixes the associated data with the 0x80 byte (instead of 0x00)
 to prevent truncation attacks.