Link to even smaller crc32 implementation

This commit is contained in:
Connor Olding 2013-06-04 13:16:24 -07:00
parent a6ee682ae8
commit dfbf7f02d9
1 changed files with 1 additions and 0 deletions

View File

@ -28,3 +28,4 @@ Notes
* Does not pad input.
* Big endian calculations are somewhat untested.
## [Smaller Still](https://gist.github.com/notwa/5689243)