Home
last modified time | relevance | path

Searched defs:VerificationAlgorithm (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ring/src/
Dsignature.rs354 pub trait VerificationAlgorithm: core::fmt::Debug + Sync + sealed::Sealed { trait
390 pub fn new(algorithm: &'static dyn VerificationAlgorithm, bytes: B) -> Self { in new()