From e16c9f94d71e7e097dd3193ac9e20e6d90d3c0f0 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:50:43 +0300 Subject: [PATCH] Update crc32.js --- crc32.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crc32.js b/crc32.js index 3ebb9a0..8f92ba9 100644 --- a/crc32.js +++ b/crc32.js @@ -2,9 +2,8 @@ * Calculate CRC32 checksum * Code ported to JavaScript from Java * - * Oryginal source: + * Original source: * http://introcs.cs.princeton.edu/java/51data/CRC32.java.html - * CRC16-CCIT for 123456789 = CBF43926 * * Online calculator for testing: * http://zorc.breitbandkatze.de/crc.html