prns-core 0.3.4

Pure Reticulum engine and wire contract for Personal Reticulum
1
2
3
4
5
6
7
//! RNS 1.4.2 `Transport.receipts` + `PacketReceipt`. Removal IS the settlement, so every tracked send settles exactly once; the peer's signing key is copied in at send time, so proof validation never depends on the route surviving.

pub mod core;
mod impls;
pub use impls::*;

pub use self::core::*;