#lang scribble/doc @(require scribble/manual) @title[#:tag "top"]{C} @author[(author+email "Eduardo Bellani" "ebellani@gmail.com")] This package is obtaining the @link["http://en.wikipedia.org/wiki/Cyclic_redundancy_check"]{CRC CCITT} for some vector of bytes. Basically it mirrors Jack Klein's library that can be found @link["http://jk-technology.com/C_Unleashed/crcccitt.c"]{here}.