checksum method

Uint8List checksum()

Implementation

Uint8List checksum() {
  return createHash(this).sublist(0, 4);
}