[−][src]Crate big_hash
Compute MD5, SHA256, and SHA512 hashes of data through the core::hash
API.
Be warned that:
core::hash
implementations are not necessarily consistent cross-platform, for example, they may use native-endianness, or be dependent on implementation details of things likeOsString
.- MD5 should be considered cryptographically broken and unsuitable for cryptographic use.
Structs
Md5Hasher | Glue between |
Sha256Hasher | Glue between |
Sha512Hasher | Glue between |
Functions
md5_hash | Compute an MD5 digest through the |
sha256_hash | Compute an SHA256 hash through the |
sha512_hash | Compute an SHA512 hash through the |