Files
rosenpass/wireguard-broker
Karolin Varner ed5d7b4fa4 WIP support for the Hermit microkernel.
A whole bunch of close-to-the-metal crates are yielding compiler errors
upon compilation with --target x86_64-unknown-hermit. MIO is not.

Using hermit might necessitate relying on threads for IO instead of
using MIO.

https://github.com/hermit-os/kernel/issues/1043
2024-01-27 23:17:10 +01:00
..

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.