big-hash 0.2.0

Compute MD5, SHA256, and SHA512 hashes of data through the std::hash API.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "big-hash"
version = "0.2.0"
dependencies = [
 "hmac-sha256",
 "hmac-sha512",
 "md5",
]

[[package]]
name = "hmac-sha256"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a69626016442361bde3bcbbe3d68761ac0767fa592ba0bd7f264f3731c5f525f"

[[package]]
name = "hmac-sha512"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61f50628520a245b4d242eda19a03bddd73fc9dd92f3ccf14d912e879bc029bb"

[[package]]
name = "md5"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"