#hash #digest #checksum

chksum-hash-core

Core traits and functions for batch and stream hash computation

1 unstable release

0.0.0 Dec 21, 2023

#112 in #digest

Download history 6/week @ 2023-12-22 17/week @ 2023-12-29 255/week @ 2024-01-05 599/week @ 2024-01-12 390/week @ 2024-01-19 392/week @ 2024-01-26 1225/week @ 2024-02-02 2297/week @ 2024-02-09 2077/week @ 2024-02-16 2358/week @ 2024-02-23 2286/week @ 2024-03-01 2577/week @ 2024-03-08 2570/week @ 2024-03-15 2354/week @ 2024-03-22 506/week @ 2024-03-29 872/week @ 2024-04-05

6,904 downloads per month
Used in 26 crates (8 directly)

MIT license

6KB
54 lines

chksum-hash-core

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

Core traits and functions for batch and stream hash computation.

Setup

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

[dependencies]
chksum-hash-core = "0.0.0"

Alternatively, you can use the cargo add subcommand:

cargo add chksum-hash-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.

No runtime deps