Determines if two Uint8List lists are equal
bool bytesEqual(Uint8List a, Uint8List b) => ListEquality<int>().equals(a, b);