Constant-time comparison of tag against the tag over data.
tag
data
bool verify(List<int> data, List<int> tag) => constantTimeEquals(compute(data), tag);