Skip to content

Core traits and functions for batch and stream hash computation.

License

Notifications You must be signed in to change notification settings

chksum-rs/hash-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chksum-hash-core

crates.io 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.

About

Core traits and functions for batch and stream hash computation.

Resources

License

Stars

Watchers

Forks