eth-valkyoth-verify 0.8.0

no_std Ethereum verification boundaries.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "eth-valkyoth-codec"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7f9ad036dabe65aec70234d406ff5673514f8fbfa6fabe47e15625159c2dcb"

[[package]]
name = "eth-valkyoth-primitives"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc2bb0161d0b855d5798160bbab2926d052e2266f93828524e98b0b77da1e037"
dependencies = [
 "eth-valkyoth-codec",
 "subtle",
]

[[package]]
name = "eth-valkyoth-protocol"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20043add41b5640d8c3303510c278e73f8e0f6c808188183911e21a42bbc1b1f"
dependencies = [
 "eth-valkyoth-codec",
 "eth-valkyoth-primitives",
]

[[package]]
name = "eth-valkyoth-verify"
version = "0.8.0"
dependencies = [
 "eth-valkyoth-codec",
 "eth-valkyoth-primitives",
 "eth-valkyoth-protocol",
]

[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"