[badges.circle-ci]
repository = "mzabaluev/digest-hash-rs"
[badges.codecov]
repository = "mzabaluev/digest-hash-rs"
[dependencies.byteorder]
version = "1.2"
[dependencies.digest]
version = "0.8"
[dev-dependencies.sha2]
version = "0.8"
[package]
authors = ["Mikhail Zabaluev <mikhail.zabaluev@gmail.com>"]
categories = ["cryptography", "data-structures"]
description = "Cryptography-grade data structure hashing"
keywords = ["crypto", "digest", "hash", "endianness"]
license = "Apache-2.0/MIT"
name = "digest-hash"
readme = "README.md"
repository = "https://github.com/mzabaluev/digest-hash-rs"
version = "0.3.0"