[][src]Crate ssb_handshake

Based on Duncan's fantastic Scuttlebutt Protocol Guide (repo), which he graciously released into the public domain.

Modules

crypto

Enums

HandshakeError

Functions

client

Perform the client side of the handshake using the given AsyncRead + AsyncWrite stream.

server

Perform the server side of the handshake using the given AsyncRead + AsyncWrite stream.