keccak 0.1.5

Pure Rust implementation of the Keccak sponge function including the keccak-f and keccak-p variants
Documentation
[features]
asm = []
no_unroll = []
simd = []

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Pure Rust implementation of the Keccak sponge function including the keccak-f\nand keccak-p variants\n"
documentation = "https://docs.rs/keccak"
edition = "2018"
keywords = ["crypto", "sponge", "keccak", "keccak-f", "keccak-p"]
license = "Apache-2.0 OR MIT"
name = "keccak"
readme = "README.md"
repository = "https://github.com/RustCrypto/sponges/tree/master/keccak"
version = "0.1.5"
[target."cfg(target_arch = \"aarch64\")".dependencies.cpufeatures]
version = "0.2"