miden-tx-batch-prover 0.15.2

Miden blockchain transaction batch executor and prover
Documentation
1
2
3
4
5
6
7
8
9
#![no_std]

extern crate alloc;

#[cfg(feature = "std")]
extern crate std;

mod local_batch_prover;
pub use local_batch_prover::LocalBatchProver;