[package] name = "keccak-p" version = "0.1.1" authors = ["Coda Hale "] edition = "2021" license = "MIT OR Apache-2.0" description = "High-performance implementation of the Keccak-p permutation." homepage = "https://github.com/codahale/keccak-p" documentation = "https://docs.rs/keccak-p/" keywords = ["crypto", "keccak-f", "keccak", "keccak-p", "no-std"] categories = ["cryptography", "no-std"] readme = "README.md" include = ["benches/**/*.rs", "src/**/*.rs", "tests/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] [dev-dependencies] criterion = { version = "0.4.0", features = ["html_reports"] } keccak = "0.1.2" tiny-keccak = { version = "2.0.2", features = ["keccak", "k12"] } [[bench]] name = "benchmarks" harness = false