chksum-hash-core

Crates.iochksum-hash-core
lib.rschksum-hash-core
version0.0.0
sourcesrc
created_at2023-12-21 15:26:54.26258
updated_at2023-12-21 15:26:54.26258
descriptionCore traits and functions for batch and stream hash computation.
homepage
repositoryhttps://github.com/chksum-rs/hash-core
max_upload_size
id1077058
size14,854
kgolawski (ventaquil)

documentation

README

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.

Commit count: 1

cargo fmt