Expand description
GBP-layer group node: framing, AEAD, replay window, control plane and FSM.
Sub-protocol logic (GTP, GAP, GSP) lives in their own crates; each builds
on top of GroupNode and the Sealer trait, which acts as the AEAD
transport boundary between the protocol layer and the cryptographic
provider (gbp-mls in the default configuration).
Re-exports§
pub use node::DeliveredPayload;pub use node::Event;pub use node::GroupNode;pub use node::NodeError;pub use node::OutboundFrame;pub use node::Sealer;
Modules§
- node
- GBP-layer group node.