[package]
name = "sha3"
version = "0.5.2"
authors = ["The Rust-Crypto Project Developers"]
license = "MIT/Apache-2.0"
description = "SHA-3 (Keccak) hash function"
documentation = "https://docs.rs/sha3"
repository = "https://github.com/RustCrypto/hashes"
keywords = ["crypto", "sha3", "keccak", "hash", "digest"]
categories = ["cryptography", "no-std"]
[dependencies]
digest = "0.5"
generic-array = "0.7"
[target.'cfg(target_endian = "big")'.dependencies]
byte-tools = "0.1"
[dev-dependencies]
crypto-tests = "0.4"
[badges]
travis-ci = { repository = "RustCrypto/hashes" }