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