From dfbf7f02d927d02f011a6436ba12e87e9cc13539 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 4 Jun 2013 13:16:24 -0700 Subject: [PATCH] Link to even smaller crc32 implementation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f2a502..ab2783f 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,4 @@ Notes * Does not pad input. * Big endian calculations are somewhat untested. +## [Smaller Still](https://gist.github.com/notwa/5689243)