#hash #checksum #byte #computation #directories #traits #function

chksum-core

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

2 unstable releases

0.1.0 May 3, 2024
0.0.0 Dec 21, 2023

#1435 in Cryptography

Download history 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 396/week @ 2024-03-29 830/week @ 2024-04-05 712/week @ 2024-04-12 499/week @ 2024-04-19 342/week @ 2024-04-26 604/week @ 2024-05-03

2,348 downloads per month
Used in 16 crates (10 directly)

MIT license

16KB
372 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.1.0"

Alternatively, you can use the cargo add subcommand:

cargo add chksum-core

Features

Asynchronous Runtime

  • async-runtime-tokio: Enables async interface for Tokio runtime.

By default, neither of these features is enabled.

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–2MB
~38K SLoC