Searched defs:VerificationAlgorithm (Results 1 – 1 of 1) sorted by relevance
354 pub trait VerificationAlgorithm: core::fmt::Debug + Sync + sealed::Sealed { trait390 pub fn new(algorithm: &'static dyn VerificationAlgorithm, bytes: B) -> Self { in new()