#crc #checksum #hash

crc24

CRC-24 implementation (IETF RFC2440-compatible)

10 releases

Uses old Rust 2015

0.1.6 Apr 3, 2015
0.1.5 Mar 24, 2015
0.1.4 Feb 24, 2015
0.0.3 Feb 3, 2015
0.0.2 Jan 31, 2015

#2007 in Algorithms

Download history 8571/week @ 2023-12-18 4077/week @ 2023-12-25 6490/week @ 2024-01-01 7826/week @ 2024-01-08 10469/week @ 2024-01-15 11839/week @ 2024-01-22 10368/week @ 2024-01-29 11819/week @ 2024-02-05 13432/week @ 2024-02-12 13038/week @ 2024-02-19 14527/week @ 2024-02-26 16134/week @ 2024-03-04 15371/week @ 2024-03-11 14072/week @ 2024-03-18 13444/week @ 2024-03-25 15311/week @ 2024-04-01

59,046 downloads per month
Used in 48 crates (3 directly)

MIT/Apache

4KB
101 lines

crc24-rs

This library package (for programs written in the Rust language) provides an implementation of the CRC-24 checksum like it is specified in the IETF RFC2440.

Links

  • This package is also available at crates.io.
  • You can find the documentation here.

lib.rs:

Crate providing a CRC-24 hasher based on the IETF RFC2440 specification.

No runtime deps