1 unstable release
0.0.0 | Dec 21, 2023 |
---|
#979 in #hash
2,894 downloads per month
Used in 29 crates
(8 directly)
6KB
54 lines
chksum-hash-core
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.