Searched defs:compute_shared_key (Results 1 – 4 of 4) sorted by relevance
75 pub fn compute_shared_key(&self, other_public_key: &PublicKey) -> Option<[u8; SHARED_KEY_LEN]> { in compute_shared_key() method
134 pub fn compute_shared_key(&self, other_public_key: &PublicKey<C>) -> Vec<u8> { in compute_shared_key() method