sponges/keccak/Cargo.toml
2022-01-26 03:26:50 +00:00

14 lines
346 B
TOML

[package]
name = "keccak"
version = "0.1.1"
authors = ["RustCrypto Developers"]
license = "CC0-1.0"
description = "Keccak-f sponge function"
documentation = "https://docs.rs/keccak"
repository = "https://github.com/RustCrypto/sponges"
keywords = ["crypto", "sponge", "keccak-f"]
categories = ["cryptography", "no-std"]
[features]
no_unroll = []