#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

#2946 in Algorithms

Download history 22908/week @ 2024-11-16 24023/week @ 2024-11-23 26170/week @ 2024-11-30 27583/week @ 2024-12-07 28775/week @ 2024-12-14 12790/week @ 2024-12-21 15206/week @ 2024-12-28 29218/week @ 2025-01-04 28621/week @ 2025-01-11 31205/week @ 2025-01-18 33359/week @ 2025-01-25 28248/week @ 2025-02-01 28057/week @ 2025-02-08 28294/week @ 2025-02-15 27301/week @ 2025-02-22 27315/week @ 2025-03-01

115,965 downloads per month
Used in 71 crates (4 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