verify_any should take an iterator over verifiers and return Ok if at least one signer returned Ok
verify should directly take a verifier and run it against all signatures and see if it matches any signature directly. Essentially verify_any but with an iterator with only the single verifier.