Function zipsign_api::verify::find_match

source ยท
pub fn find_match(
    keys: &[VerifyingKey],
    signatures: &[Signature],
    prehashed_message: &Prehash,
    context: Option<&[u8]>,
) -> Result<(usize, usize), NoMatch>
Expand description

Iterate signatures and keys, and return the indices of the first match match