Releases: IvanGaravito/dnp3-crc
Releases · IvanGaravito/dnp3-crc
v1.0.0
API provided:
dnp3-crc.check(block)
Checks the two octet CRC at the end of block
and returns if it is ok. block
is an array.
dnp3-crc.calculate(block)
Calculates the CRC for block
and returns it.