Registry / crypto / crc64
library2.0.0rscratesunverified

CRC64 checksum implementation

# Cargo.toml [dependencies] crc64 = "2.0.0"
INSTALL
IMPORT
SIG · CRC64
C
crc64
cryptorustv2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

crc64
✓ use crc64::crc64;

Computes the CRC64 checksum of a byte slice

use crc64::crc64; fn main() { let data = b"hello world"; let hash = crc64(data); println!("CRC64: {}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
crc64 — cargo add crc64 · libregistry