brec 0.6.0

A flexible binary format for storing and streaming structured data as packets with CRC protection and recoverability from corruption. Built for extensibility and robustness.
Documentation
1
2
3
pub(crate) const ENVELOPE_VERSION: u8 = 1;
pub(crate) const ENVELOPE_NONCE_LEN: usize = 12;
pub(crate) const ENVELOPE_SESSION_KEY_LEN: usize = 32;