big-hash

Crates.iobig-hash
lib.rsbig-hash
version0.2.0
sourcesrc
created_at2020-07-12 20:33:43.755209
updated_at2020-07-18 22:35:57.084106
descriptionCompute MD5, SHA256, and SHA512 hashes of data through the std::hash API.
homepage
repositoryhttps://github.com/gretchenfrage/big-hash
max_upload_size
id264480
size10,972
Phoenix Kahlo (gretchenfrage)

documentation

README

Big Hash

Compute MD5, SHA256, and SHA512 hashes of data through the std::hash API.

Be warned that:

Features

The hash-md5, hash-sha256, and hash-sha512 features toggle the compilation of their respective hashing utilities.

No-std Support

This crate does not depend on the stdlib, and will always compile in no-std mode.

Commit count: 4

cargo fmt