#crc #checksum #hash #crc-24 #crc24

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

#944 in Algorithms

Download history 7398/week @ 2023-01-18 8212/week @ 2023-01-25 8318/week @ 2023-02-01 7772/week @ 2023-02-08 8422/week @ 2023-02-15 8320/week @ 2023-02-22 7971/week @ 2023-03-01 9379/week @ 2023-03-08 9380/week @ 2023-03-15 8658/week @ 2023-03-22 9433/week @ 2023-03-29 7019/week @ 2023-04-05 7826/week @ 2023-04-12 9215/week @ 2023-04-19 7419/week @ 2023-04-26 6660/week @ 2023-05-03

32,518 downloads per month
Used in 24 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