From 4cfc323b7ca5534553ca90e92dae3e0f8c8923e8 Mon Sep 17 00:00:00 2001 From: murilo ijanc Date: Wed, 25 Mar 2026 21:22:22 -0300 Subject: Add tesseras-dht and tesseras-paste package pages Replace the about/inspiration sections with a packages listing. Add dedicated pages for tesseras-dht and tesseras-paste with download, signify/SHA256 verification, source links, and docs. --- tesseras-dht.html | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 tesseras-dht.html (limited to 'tesseras-dht.html') diff --git a/tesseras-dht.html b/tesseras-dht.html new file mode 100644 index 0000000..b8ea4ba --- /dev/null +++ b/tesseras-dht.html @@ -0,0 +1,79 @@ + + +
+ + + + + + + + + + + + +A NAT-aware Kademlia DHT library for Rust, designed for decentralized +peer-to-peer networking. It provides distributed key-value storage with +built-in NAT traversal, reliable transport, and Ed25519 authentication.
+ +Current version: 0.1.1
+ +Source tarballs and signatures are available at +tesseras.net/pub/tesseras-dht/.
+ +$ signify -Vp tesseras.pub -m tesseras-dht-0.1.1.tar.gz -x tesseras-dht-0.1.1.tar.gz.sig +Signature Verified+ +
$ sha256 tesseras-dht-0.1.1.tar.gz +$ cat tesseras-dht-0.1.1.tar.gz.sha256+ +
Compare the two outputs. They must match.
+ +$ cargo add tesseras-dht+ +
ISC — see LICENSE.
+ + -- cgit v1.2.3