Implements the CRC16 DNP algorithm.
CRC16
# File lib/digest/crc16_dnp.rb, line 48 def finish self.class.pack(~@crc) end