Searched defs:DhKey (Results 1 – 1 of 1) sorted by relevance
99 pub enum DhKey { enum104 impl DhKey { implementation174 pub fn shared_secret(&self, peer_public_key: PublicKey) -> DhKey { in shared_secret()