diff --git a/crc16.js b/crc16.js index fb37971..0adab00 100644 --- a/crc16.js +++ b/crc16.js @@ -4,7 +4,6 @@ * * Original source: * http://introcs.cs.princeton.edu/java/51data/CRC16.java.html - * CRC16-CCIT for 123456789 = 29b1 * * Online calculator for testing: * http://zorc.breitbandkatze.de/crc.html