Struct libp2p_pnet::PnetConfig [−][src]
pub struct PnetConfig { /* fields omitted */ }
Private network configuration
Implementations
impl PnetConfig
[src]
impl PnetConfig
[src]pub fn new(key: PreSharedKey) -> Self
[src]
pub async fn handshake<TSocket>(
self,
socket: TSocket
) -> Result<PnetOutput<TSocket>, PnetError> where
TSocket: AsyncRead + AsyncWrite + Send + Unpin + 'static,
[src]
self,
socket: TSocket
) -> Result<PnetOutput<TSocket>, PnetError> where
TSocket: AsyncRead + AsyncWrite + Send + Unpin + 'static,
upgrade a connection to use pre shared key encryption.
the upgrade works by both sides exchanging 24 byte nonces and then encrypting subsequent traffic with XSalsa20
Trait Implementations
impl Clone for PnetConfig
[src]
impl Clone for PnetConfig
[src]