sponges/Cargo.lock

43 lines
924 B
Plaintext
Raw Normal View History

2022-11-14 12:30:19 -07:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
2022-11-14 12:30:19 -07:00
[[package]]
name = "ascon"
version = "0.5.0-rc.0"
2023-07-27 22:09:49 +02:00
dependencies = [
"zeroize",
]
[[package]]
name = "bash-f"
2025-10-24 01:26:08 +03:00
version = "0.1.0"
[[package]]
name = "cpufeatures"
2025-01-25 18:38:04 +03:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-25 18:38:04 +03:00
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
dependencies = [
"libc",
]
[[package]]
name = "keccak"
version = "0.2.0-rc.0"
dependencies = [
"cpufeatures",
]
[[package]]
name = "libc"
2025-10-24 01:26:08 +03:00
version = "0.2.177"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-24 01:26:08 +03:00
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
2023-07-27 22:09:49 +02:00
[[package]]
name = "zeroize"
2025-10-24 01:26:08 +03:00
version = "1.8.2"
2023-07-27 22:09:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-10-24 01:26:08 +03:00
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"