[dependencies.digest]
version = "=0.11.0-pre.8"
[dependencies.keccak]
version = "=0.2.0-pre.0"
[dev-dependencies.digest]
features = ["dev"]
version = "=0.11.0-pre.8"
[dev-dependencies.hex-literal]
version = "0.4"
[features]
asm = ["keccak/asm"]
default = ["oid", "std"]
oid = ["digest/oid"]
reset = []
std = ["digest/std"]
zeroize = ["digest/zeroize"]
[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Pure Rust implementation of SHA-3, a family of Keccak-based hash functions\nincluding the SHAKE family of eXtendable-Output Functions (XOFs), as well as\nthe accelerated variant TurboSHAKE\n"
documentation = "https://docs.rs/sha3"
edition = "2021"
keywords = ["crypto", "sha3", "keccak", "hash", "digest"]
license = "MIT OR Apache-2.0"
name = "sha3"
readme = "README.md"
repository = "https://github.com/RustCrypto/hashes"
rust-version = "1.71"
version = "0.11.0-pre.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]