Home
last modified time | relevance | path

Searched defs:HsNtorServiceInput (Results 1 – 1 of 1) sorted by relevance

/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-proto/src/crypto/handshake/
H A Dhs_ntor.rs235 pub struct HsNtorServiceInput { struct
237 pub b: curve25519::StaticSecret,
239 pub B: curve25519::PublicKey,
263 proto_input: &HsNtorServiceInput, in server_receive_intro()