Expose boringtun x25519 primitives

This commit is contained in:
Aram 🍐 2022-06-25 14:38:08 -04:00
parent 96be421495
commit 8cee210ccb

View file

@ -6,7 +6,7 @@ use std::net::{IpAddr, SocketAddr, ToSocketAddrs};
use std::sync::Arc; use std::sync::Arc;
use anyhow::Context; use anyhow::Context;
use boringtun::crypto::{X25519PublicKey, X25519SecretKey}; pub use boringtun::crypto::{X25519PublicKey, X25519SecretKey};
const DEFAULT_PORT_FORWARD_SOURCE: &str = "127.0.0.1"; const DEFAULT_PORT_FORWARD_SOURCE: &str = "127.0.0.1";