reticulum-rs-core 0.6.0

Core packet, identity, ratchet, and cryptographic primitives for the Reticulum network stack.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include!("destination_parts/module_prelude.rs");

#[path = "destination/primitives.rs"]
mod primitives;

#[path = "destination/ratchet.rs"]
mod ratchet;

#[cfg(test)]
#[path = "destination/tests.rs"]
mod tests;

include!("destination_parts/module_core.rs");

include!("destination_parts/create_address_hash.rs");