Trait sop::VerifySignatures[][src]

pub trait VerifySignatures {
    fn data(
        self: Box<Self>,
        data: &mut (dyn Read + Send + Sync)
    ) -> Result<Vec<Verification>>; }
Expand description

Builder for SOP::verify.

Required methods

Verifies the authenticity of data.

Implementors