Searched defs:ECDHPrivateKey (Results 1 – 1 of 1) sorted by relevance
26 pub struct ECDHPrivateKey(ECKey); struct28 impl ECDHPrivateKey { impl37 pub fn from_private_key(buf: &[u8]) -> Result<ECDHPrivateKey> { in from_private_key()