2 unstable releases
Uses new Rust 2024
0.8.0 | Mar 22, 2025 |
---|---|
0.7.0 | Jan 23, 2025 |
#541 in Magic Beans
808 downloads per month
Used in 5 crates
(2 directly)
355KB
7K
SLoC
Miden remote provers
This crate contains protobuf definition for the Miden transaction proving services. It also provides an optional RemoteTransactionProver
, RemoteBatchProver
and RemoteBlockProver
structs, which can be used to interact with a remote proving service.
Features
Description of this crate's features:
Features | Description |
---|---|
std |
Enable usage of Rust's std , use --no-default-features for no-std support. |
tx-prover |
Makes the RemoteTransactionProver struct public. |
batch-prover |
Makes the RemoteBatchProver struct public. |
block-prover |
Makes the RemoteBlockProver struct public. |
License
This project is MIT licensed.
Dependencies
~11–41MB
~620K SLoC