Crates.io | cometbft-light-client-verifier |
lib.rs | cometbft-light-client-verifier |
version | 0.1.0-alpha.2 |
source | src |
created_at | 2024-01-27 09:26:17.423542 |
updated_at | 2024-01-27 09:26:17.423542 |
description | Implementation of the CometBFT Light Client Verification Algorithm. |
homepage | |
repository | https://github.com/cometbft/cometbft-rs |
max_upload_size | |
id | 1116620 |
size | 75,623 |
See the repo root for build status, license, rust version, etc.
The verification component of the Light Client. This is extracted in order to
be able to make use of verification predicates without any of the I/O and
dependencies on the Rust standard library (i.e. to facilitate no_std
support).
See documentation on crates.io.