mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-01-20 00:31:48 -08:00
* wireguard-broker: merge from dev/broker-architecture * use zerocopy instead of lenses * Require use_broker feature flag to comile broker binaries * Remove PhantomData from BrokerServer & BrokerClient * Modify mio client rx to be non-recursive, add integration test Co-authored-by: Karolin Varner <karo@cupdev.net> Co-authored-by: Prabhpreet Dua <615318+prabhpreet@users.noreply.github.com>
6 lines
265 B
Markdown
6 lines
265 B
Markdown
# Rosenpass internal broker supplying WireGuard with keys.
|
|
|
|
This crate contains a small application purpose-built to supply WireGuard in the linux kernel with pre-shared keys.
|
|
|
|
This is an internal library; not guarantee is made about its API at this point in time.
|