golang-github-arceliar-ironwood 0.0~git20240529.b8e5957-1 source package in Ubuntu

Changelog

golang-github-arceliar-ironwood (0.0~git20240529.b8e5957-1) unstable; urgency=medium

  * New upstream release

 -- John Goerzen <email address hidden>  Tue, 23 Jul 2024 05:00:04 -0500

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-arceliar-ironwood_0.0~git20240529.b8e5957-1.dsc 2.5 KiB d640ad0a3bfcd97c3eaa940a1867b8ae88e176bc1db903b0b7ec190e83a97ca2
golang-github-arceliar-ironwood_0.0~git20240529.b8e5957.orig.tar.xz 43.0 KiB 50f64eb167c2afb3fff97d7ada046afa94584efe5d42085fed20fcb3397167b7
golang-github-arceliar-ironwood_0.0~git20240529.b8e5957-1.debian.tar.xz 3.8 KiB 47cdfda709d48040b51aecb79aaf9a5c139f2c242fac36d9494f2fdbc54b1a01

No changes file available.

Binary packages built by this source

golang-github-arceliar-ironwood-dev: Routing library with public keys as addresses (library)

 Ironwood is a routing library with a net.PacketConn-compatible interface
 using ed25519.PublicKeys as addresses. Basically, you use it when you
 want to communicate with some other nodes in a network, but you can't
 guarantee that you can directly connect to every node in that network.
 It was written to test improvements to / replace the routing logic in
 Yggdrasil (https://github.com/yggdrasil-network/yggdrasil-go), but it may
 be useful for other network applications.
 .
 Note: Ironwood is pre-alpha work-in-progress. There's no stable API,
 versioning, or expectation that any two commits will be compatible with
 each other. Also, it hasn't been audited by a security expert. While the
 author is unaware of any security vulnerabilities, it would be wise to
 think of this as an insecure proof-of-concept. Use it at your own risk.