Skip to content

Releases: IvanGaravito/dnp3-crc

v1.0.0

08 Mar 08:52
Compare
Choose a tag to compare

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.