From 512c0493885e8ac74c2be7a2b76d00e6a49ccc23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B0=D0=BC=D0=BF=D1=83=D1=88=D0=B0?= Date: Fri, 29 Jun 2018 11:51:01 +0300 Subject: [PATCH] Update crc16.js --- crc16.js | 1 - 1 file changed, 1 deletion(-) 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