truthlinked-net 0.1.1

TruthLinked networking layer — built for the TruthLinked blockchain.
1
2
3
4
5
6
7
8
9
10
//! Truthlinked Net Src Lib
//!
//! Owns the public crate surface and shared exports used by downstream components.
//! Transport changes must avoid blocking consensus progress and preserve authenticated peer identity.

pub mod discovery;
pub mod ingress;
pub mod network;
pub mod pq_transport; // kept - PQHandshake/PQSession used by network.rs
pub mod tcp_config;