Skip to content

Commit 8f5ee7b

Browse files
committed
add doc to fields
1 parent 9ff352b commit 8f5ee7b

File tree

1 file changed

+4
-2
lines changed
  • crates/components/deap/src

1 file changed

+4
-2
lines changed

crates/components/deap/src/lib.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ pub struct Deap<Mpc, Zk> {
3636
zk: Arc<Mutex<Zk>>,
3737
/// Mapping between the memories of the MPC and ZK VMs.
3838
memory_map: map::MemoryMap,
39-
/// Ranges of the follower's private inputs.
39+
/// Ranges of the follower's private inputs in the MPC VM.
4040
follower_input_ranges: RangeSet<usize>,
41-
/// Private inputs of the follower.
41+
/// Private inputs of the follower in the MPC VM.
4242
follower_inputs: Vec<Slice>,
43+
/// Outputs of the follower from the ZK VM. The references
44+
/// correspond to the MPC VM.
4345
outputs: Vec<(Slice, DecodeFuture<BitVec>)>,
4446
}
4547

0 commit comments

Comments
 (0)