Show HN: Labyrinth-Mesh – Post-quantum multi-path UDP tunnel in Rust
Category: security
Tags: post-quantum, multi-path-tunnel, rust, shamir-secret-sharing, udp
Score: 7.0/10 (Innovation: 7, Technical: 9, Documentation: 7, Utility: 5)
Labyrinth-Mesh is a post-quantum secure multi-path UDP tunnel written in Rust that splits payloads using Shamir Secret Sharing and combines X25519 with Kyber-1024 for hybrid KEM session key exchange. It's interesting for its comprehensive use of cutting-edge cryptographic primitives (Kyber-1024, Dilithium3, BLAKE3) and anti-traffic-analysis features like XDP/eBPF cover traffic, though it currently has no community adoption or stars.
Target audience: security engineers, network engineers, cryptographers
Repository: https://github.com/xilioscient/troskji · Rust
View on Hacker News