#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

#2707 in Algorithms

Download history 19917/week @ 2024-07-27 21322/week @ 2024-08-03 17361/week @ 2024-08-10 16984/week @ 2024-08-17 18266/week @ 2024-08-24 21838/week @ 2024-08-31 18943/week @ 2024-09-07 19077/week @ 2024-09-14 16582/week @ 2024-09-21 16783/week @ 2024-09-28 14118/week @ 2024-10-05 19797/week @ 2024-10-12 22532/week @ 2024-10-19 22583/week @ 2024-10-26 21106/week @ 2024-11-02 14496/week @ 2024-11-09

84,741 downloads per month
Used in 62 crates (2 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