[][src]Crate over_there_wire

Re-exports

pub use net::NetTransmission;
pub use over_there_auth as auth;
pub use over_there_crypto as crypto;

Modules

constants
net

Structs

InboundWire

Wire for inbound communication

OutboundWire

Wire for outbound communication

TcpStreamInboundWire
TcpStreamOutboundWire
TcpStreamWire
UdpSocketInboundWire
UdpSocketOutboundWire
UdpSocketWire
Wire

Enums

AssemblerError
DisassemblerError
InboundWireError
InputProcessorError
OutboundWireError
OutputProcessorError

Traits

Authenticator
Bicrypter

Can both encrypt and decrypt

Decrypter

Capable of decrypting data

Encrypter

Capable of encrypting data

Signer
Verifier