Skip to main content

Crate gotatun

Crate gotatun 

Source
Expand description

A library implementation of WireGuard.

Modules§

device
WireGuard device implementation with support for peers, handshakes, and packet routing.
noise
Noise protocol implementation for WireGuard cryptographic handshakes and sessions.
packet
Types to create, parse, and move network packets around in a zero-copy manner.
tun
Trait abstractions for TUN devices.
udp
Trait abstractions for UDP sockets.
x25519
Re-export of the x25519 types