2 unstable releases
0.1.0 | May 3, 2024 |
---|---|
0.0.0 | Dec 21, 2023 |
#1436 in Cryptography
2,600 downloads per month
Used in 17 crates
(10 directly)
16KB
372 lines
chksum-core
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–6MB
~37K SLoC