Loading crates/lox-library/src/bridge_table.rs +2 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ use curve25519_dalek::ristretto::RistrettoBasepointTable; use curve25519_dalek::scalar::Scalar; use rand::RngCore; use serde::{Deserialize, Serialize}; use serde_with::serde_as; use serde_with::{serde_as, DisplayFromStr}; use std::collections::{HashMap, HashSet}; use std::convert::{TryFrom, TryInto}; use subtle::ConstantTimeEq; Loading @@ -45,6 +45,7 @@ pub struct BridgeLine { /// port pub port: u16, /// fingerprint #[serde_as(as = "DisplayFromStr")] pub uid_fingerprint: u64, /// other protocol information, including pluggable transport, /// public key, etc. Loading Loading
crates/lox-library/src/bridge_table.rs +2 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ use curve25519_dalek::ristretto::RistrettoBasepointTable; use curve25519_dalek::scalar::Scalar; use rand::RngCore; use serde::{Deserialize, Serialize}; use serde_with::serde_as; use serde_with::{serde_as, DisplayFromStr}; use std::collections::{HashMap, HashSet}; use std::convert::{TryFrom, TryInto}; use subtle::ConstantTimeEq; Loading @@ -45,6 +45,7 @@ pub struct BridgeLine { /// port pub port: u16, /// fingerprint #[serde_as(as = "DisplayFromStr")] pub uid_fingerprint: u64, /// other protocol information, including pluggable transport, /// public key, etc. Loading