golang-github-arceliar-ironwood 0.0~git20240115.ddd1fa6-1 source package in Ubuntu

Changelog

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

  * New upstream release

 -- John Goerzen <email address hidden>  Mon, 29 Jan 2024 18:36:36 -0600

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-arceliar-ironwood_0.0~git20240115.ddd1fa6-1.dsc 2.5 KiB 1c81ee7fd9e9198c8e3ada03d237eb6c16a115e0229b2200e31982011ee5aea2
golang-github-arceliar-ironwood_0.0~git20240115.ddd1fa6.orig.tar.xz 42.4 KiB 835b32a7af767ccf869c9a034b24ba280e62c87e0d20224721739d714e650417
golang-github-arceliar-ironwood_0.0~git20240115.ddd1fa6-1.debian.tar.xz 3.7 KiB cfaeb9dac474d2bf324d44d79a06a80a582a8c224cb854da47eebee442e11173

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.