sha3 0.9.1

SHA-3 (Keccak) hash function
Documentation
[dependencies.block-buffer]
features = ["block-padding"]
version = "0.9"

[dependencies.digest]
version = "0.9"

[dependencies.keccak]
version = "0.1"

[dependencies.opaque-debug]
version = "0.3"
[dev-dependencies.digest]
features = ["dev"]
version = "0.9"

[dev-dependencies.hex-literal]
version = "0.2"

[features]
default = ["std"]
std = ["digest/std"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "SHA-3 (Keccak) hash function"
documentation = "https://docs.rs/sha3"
edition = "2018"
keywords = ["crypto", "sha3", "keccak", "hash", "digest"]
license = "MIT OR Apache-2.0"
name = "sha3"
readme = "README.md"
repository = "https://github.com/RustCrypto/hashes"
version = "0.9.1"