pub fn authenticate_variable(
    signature_lists: &[u8],
    var: ParsedAuthVar<'_>,
) -> Result<bool, FormatError>
Expand description

Authenticate the variable against the certs in the provided signature_lists, returning true if the auth was successful.