Skip to content

Instantly share code, notes, and snippets.

extern mod extra;
use std::vec;
use extra::test::BenchHarness;
pub fn crc32(bytes : &[u8]) -> u32 {
crc32_end(crc32_chunk(crc32_begin(), bytes))
}
pub fn crc32_begin() -> u32 {
0xffffffff