mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-30 10:33:21 +00:00
14 lines
346 B
TOML
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 = []
|