calculate abstract method

int calculate(
  1. List<int> data
)

Caculate data's crc.

Implementation

int calculate(List<int> data);