2022-11-14 12:30:19 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
|
version = 3
|
|
|
|
|
|
2023-02-11 10:34:01 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ascon"
|
2024-06-01 20:37:24 +02:00
|
|
|
version = "0.5.0-pre"
|
2023-07-27 22:09:49 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"zeroize",
|
|
|
|
|
]
|
|
|
|
|
|
2024-01-12 21:45:05 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "cpufeatures"
|
2024-11-12 07:49:19 -07:00
|
|
|
version = "0.2.15"
|
2024-01-12 21:45:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-12 07:49:19 -07:00
|
|
|
checksum = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6"
|
2024-01-12 21:45:05 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "keccak"
|
2024-01-16 19:13:55 +00:00
|
|
|
version = "0.2.0-pre.0"
|
2024-01-12 21:45:05 +00:00
|
|
|
dependencies = [
|
|
|
|
|
"cpufeatures",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2024-09-09 06:09:25 -06:00
|
|
|
version = "0.2.158"
|
2024-01-12 21:45:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-09 06:09:25 -06:00
|
|
|
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
|
2024-01-12 21:45:05 +00:00
|
|
|
|
2023-07-27 22:09:49 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "zeroize"
|
2024-06-05 08:05:33 -06:00
|
|
|
version = "1.8.1"
|
2023-07-27 22:09:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 08:05:33 -06:00
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|