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