Searched defs:get_public_key (Results 1 – 3 of 3) sorted by relevance
23 pub fn get_public_key() -> Result<Vec<u8>> { in get_public_key() function
276 def get_public_key(): function
156 fn get_public_key(group: &EcGroup, x: &EcKey<Private>) -> Result<EcKey<Public>, ErrorStack> { in get_public_key() function