golang-github-arceliar-ironwood 0.0~git20211125.8951369-3 source package in Ubuntu

Changelog

golang-github-arceliar-ironwood (0.0~git20211125.8951369-3) unstable; urgency=medium

  * Team Upload.
  * Increase timeout for TestLineNetwork as well (Closes: #1008440)

 -- Nilesh Patra <email address hidden>  Tue, 29 Mar 2022 22:42:51 +0530

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-arceliar-ironwood_0.0~git20211125.8951369-3.dsc 2.4 KiB fae4e70dc28a9c5c00e779786f587e5ecc6209abe3458c636926fdf3c8acbe4f
golang-github-arceliar-ironwood_0.0~git20211125.8951369.orig.tar.xz 34.4 KiB 790e46c5864b0fffc528b61cf9d96dfa1a863af81772b075dce0917f837462fb
golang-github-arceliar-ironwood_0.0~git20211125.8951369-3.debian.tar.xz 3.6 KiB dc104b4a75910e656761f688e38ebac56f2dcd6f53503e546db484df8b2a4a51

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.