2022-11-14 12:30:19 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
2025-09-02 20:15:00 -06:00
|
|
|
version = 4
|
2022-11-14 12:30:19 -07:00
|
|
|
|
2023-02-11 10:34:01 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ascon"
|
2025-09-02 20:15:00 -06:00
|
|
|
version = "0.5.0-rc.0"
|
2023-07-27 22:09:49 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"zeroize",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-24 00:49:57 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "bash-f"
|
2025-10-24 01:26:08 +03:00
|
|
|
version = "0.1.0"
|
2025-10-24 00:49:57 +03:00
|
|
|
|
2026-03-06 16:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
|
|
|
|
version = "1.0.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
|
|
|
2024-01-12 21:45:05 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "cpufeatures"
|
2026-02-12 12:20:53 -07:00
|
|
|
version = "0.3.0"
|
2024-01-12 21:45:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-02-12 12:20:53 -07:00
|
|
|
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
|
2024-01-12 21:45:05 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2026-03-06 16:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "hybrid-array"
|
|
|
|
|
version = "0.4.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e1b229d73f5803b562cc26e4da0396c8610a4ee209f4fac8fa4f8d709166dc45"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"typenum",
|
|
|
|
|
]
|
|
|
|
|
|
2024-01-12 21:45:05 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "keccak"
|
2026-02-26 10:56:38 -07:00
|
|
|
version = "0.2.0-rc.2"
|
2024-01-12 21:45:05 +00:00
|
|
|
dependencies = [
|
2026-03-06 16:07:46 +03:00
|
|
|
"cfg-if",
|
2024-01-12 21:45:05 +00:00
|
|
|
"cpufeatures",
|
2026-03-06 16:07:46 +03:00
|
|
|
"hybrid-array",
|
2024-01-12 21:45:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2026-03-06 16:07:46 +03:00
|
|
|
version = "0.2.182"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "typenum"
|
|
|
|
|
version = "1.19.0"
|
2024-01-12 21:45:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-03-06 16:07:46 +03:00
|
|
|
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
2024-01-12 21:45:05 +00:00
|
|
|
|
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"
|