crc16 static method

int crc16(
  1. String text
)

Implementation

static int crc16(String text) => _crc16(_u8(text));