golang-github-arceliar-ironwood 0.0~git20241213.743fe2f-1 source package in Ubuntu

Changelog

golang-github-arceliar-ironwood (0.0~git20241213.743fe2f-1) unstable; urgency=medium

  * New upstream release

 -- John Goerzen <email address hidden>  Wed, 18 Dec 2024 19:30:05 -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
Questing release universe misc
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-arceliar-ironwood_0.0~git20241213.743fe2f-1.dsc 2.5 KiB 0f782c862d4eb4efaa270f3b23b6397115221051ce0187e22a1659a391a95422
golang-github-arceliar-ironwood_0.0~git20241213.743fe2f.orig.tar.xz 43.5 KiB 3bfdf78237af0c3cdd0dbc98a47c173bd62b0dd6ba5f6c9f360fbcf3dab0178f
golang-github-arceliar-ironwood_0.0~git20241213.743fe2f-1.debian.tar.xz 3.9 KiB a533049bfc8b9b61afcd3701da3ac2d3fb8ec59452cde7de7f2ece660f4668c5

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.