| Crates.io | chksum-hash-core |
| lib.rs | chksum-hash-core |
| version | 0.0.0 |
| created_at | 2023-12-21 15:26:54.26258+00 |
| updated_at | 2023-12-21 15:26:54.26258+00 |
| description | Core traits and functions for batch and stream hash computation. |
| homepage | |
| repository | https://github.com/chksum-rs/hash-core |
| max_upload_size | |
| id | 1077058 |
| size | 14,854 |
Core traits and functions for batch and stream hash computation.
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
For implementation-specific examples, refer to the source code of the following crates:
This crate is licensed under the MIT License.