sha3 0.10.8

Pure Rust implementation of SHA-3, a family of Keccak-based hash functions including the SHAKE family of eXtendable-Output Functions (XOFs), as well as the accelerated variant TurboSHAKE
Documentation
[dependencies.digest]
version = "0.10.4"

[dependencies.keccak]
version = "0.1.4"

[dev-dependencies.digest]
features = ["dev"]
version = "0.10.4"

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

[features]
asm = ["keccak/asm"]
default = ["std"]
oid = ["digest/oid"]
reset = []
std = ["digest/std"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = """
Pure Rust implementation of SHA-3, a family of Keccak-based hash functions
including the SHAKE family of eXtendable-Output Functions (XOFs), as well as
the accelerated variant TurboSHAKE
"""
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.10.8"