logo
pub fn verify_bytes_warnable(
    algorithm: Algorithm,
    data: &[u8],
    key: &JWK,
    signature: &[u8]
) -> Result<VerificationWarnings, Error>