6 releases
Uses new Rust 2024
| 0.9.4 | Jun 11, 2025 |
|---|---|
| 0.9.3 | Jun 11, 2025 |
| 0.9.0 | May 20, 2025 |
| 0.8.0 | Mar 22, 2025 |
| 0.7.0 | Jan 23, 2025 |
#30 in #proving
145 downloads per month
350KB
6K
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
~18–53MB
~894K SLoC