Skip to main content

Crate elara_wire

Crate elara_wire 

Source
Expand description

ELARA Wire Protocol - Binary packet format

This crate implements the wire format for ELARA packets:

  • Fixed header (30 bytes)
  • Variable header extensions (TLV)
  • Encrypted payload
  • Auth tag (AEAD)

Re-exports§

pub use extensions::*;
pub use flags::*;
pub use frame::*;
pub use header::*;

Modules§

extensions
Variable header extensions (TLV format)
flags
Frame flags for ELARA wire protocol
frame
Complete frame structure for ELARA wire protocol
header
Fixed header for ELARA wire protocol