Module auth

Module auth 

Source
Expand description

Peer authentication system Authentication module for P2P connections using Ed25519 keys

This module provides authentication functionality for P2P connections, including peer identity verification, challenge-response authentication, and secure session establishment.

Structs§

AuthConfig
Authentication configuration
AuthManager
Authentication manager for handling peer authentication
AuthProtocol
Authentication protocol handler for integration with QuicP2PNode
AuthenticatedPeer
Authenticated peer information

Enums§

AuthError
Authentication error types
AuthMessage
Authentication message types