Searched refs:from_encoded_point_vartime (Results 1 – 2 of 2) sorted by relevance
59 let mut a = ExtPoint::from_encoded_point_vartime(public_key)?; in verify()
85 pub fn from_encoded_point_vartime(encoded: &EncodedPoint) -> Result<Self, error::Unspecified> { in from_encoded_point_vartime() method