Skip to main content

Module core

Module core 

Source
Expand description

Re-exports from saorsa-core so downstream crates (e.g. ant-client) can depend on ant-node alone without a direct saorsa-core dependency.

Structs§

CoreNodeConfig
Configuration for a P2P node
IPDiversityConfig
Configuration for IP diversity enforcement at two tiers: exact IP and subnet.
MlDsa65
ML-DSA-65 implementation using FIPS-certified algorithm
MultiAddr
Composable, self-describing network address with an optional PeerId suffix.
NodeIdentity
Core node identity with cryptographic keys
P2PNode
Main P2P network node that manages connections, routing, and communication
PeerId
Peer ID derived from public key (256-bit).

Enums§

NodeMode
Operating mode of a P2P node.
P2PEvent
Network events that can occur in the P2P system