Crate zoe_relay

Crate zoe_relay 

Source

Re-exports§

pub use config::BlobConfig;
pub use error::ServiceError;
pub use relay::RelayServer;
pub use router::Service;
pub use router::ServiceRouter;
pub use services::BlobService;
pub use services::BlobServiceError;
pub use services::RelayServiceRouter;

Modules§

challenge
config
error
relay
Zoe Relay
router
Service Router Abstractions
services

Structs§

ConnectionInfo
Connection information with verified cryptographic keys

Enums§

KeyResult
Result of ML-DSA multi-key challenge verification

Type Aliases§

ZoeRelayServer