Home
last modified time | relevance | path

Searched refs:from_encoded_point_vartime (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/ring/src/ec/curve25519/ed25519/
Dverification.rs59 let mut a = ExtPoint::from_encoded_point_vartime(public_key)?; in verify()
/external/rust/crates/ring/src/ec/curve25519/
Dops.rs85 pub fn from_encoded_point_vartime(encoded: &EncodedPoint) -> Result<Self, error::Unspecified> { in from_encoded_point_vartime() method