Module tickv::crc32

source ·
Expand description

A standalone CRC32 implementation

This is based on the CRC32 implementation from: crc-rs https://github.com/mrhooray/crc-rs

This implemented the CRC-32 checksum poly: 0x04c11db7 init: 0x00000000 refin: false refout: false xorout: 0xffffffff

Licensed under either of: Apache License, Version 2.0 (LICENSE-APACHE http://www.apache.org/licenses/LICENSE-2.0) MIT License (LICENSE-MIT http://opensource.org/licenses/MIT) at your option.

Structs§

  • A standalone CRC32 implementation