#hash #digest #checksum

chksum-core

Core traits and functions for straightforward hash computation of bytes, files, directories and more

1 unstable release

0.0.0 Dec 21, 2023

#111 in #digest

Download history 5/week @ 2023-12-22 12/week @ 2023-12-29 252/week @ 2024-01-05 593/week @ 2024-01-12 387/week @ 2024-01-19 371/week @ 2024-01-26 1205/week @ 2024-02-02 2297/week @ 2024-02-09 2071/week @ 2024-02-16 2314/week @ 2024-02-23 2282/week @ 2024-03-01 2550/week @ 2024-03-08 2498/week @ 2024-03-15 2304/week @ 2024-03-22 403/week @ 2024-03-29 844/week @ 2024-04-05

6,648 downloads per month
Used in 15 crates (10 directly)

MIT license

13KB
367 lines

chksum-core

GitHub Build docs.rs MSRV deps.rs unsafe forbidden LICENSE

Core traits and functions for straightforward hash computation of bytes, files, directories and more.

Setup

To use this crate, add the following entry to your Cargo.toml file in the dependencies section:

[dependencies]
chksum-core = "0.0.0"

Alternatively, you can use the cargo add subcommand:

cargo add chksum-core

Example Crates

For implementation-specific examples, refer to the source code of the following crates:

License

This crate is licensed under the MIT License.

Dependencies

~0.3–0.8MB
~19K SLoC