pub fn create_server_endpoint(
addr: SocketAddr,
server_keypair: &KeyPair,
) -> Result<Endpoint, CryptoError>Expand description
Create a QUIC server endpoint with TLS certificate (Ed25519 or ML-DSA-44)
pub fn create_server_endpoint(
addr: SocketAddr,
server_keypair: &KeyPair,
) -> Result<Endpoint, CryptoError>Create a QUIC server endpoint with TLS certificate (Ed25519 or ML-DSA-44)