reticulum-rs-core 0.5.2

Core packet, identity, ratchet, and cryptographic primitives for the Reticulum network stack.
Documentation
1
2
3
4
5
6
7
8
9
10
#[derive(Debug)]
pub enum RnsError {
    OutOfMemory,
    InvalidArgument,
    IncorrectSignature,
    IncorrectHash,
    CryptoError,
    PacketError,
    ConnectionError,
}