mpc_attach_data

Function mpc_attach_data 

Source
pub fn mpc_attach_data<F: Field>(
    circuit: &mut Circuit<F>,
    mpc_aux_data: MPCCircuitConstData<F>,
    mpc_input_data: MPCCircuitInputData<F>,
)
Expand description

Generates a mapping from Layer IDs to their respective MLEs, by attaching the MPCInputBuilderMetadata onto a circuit that is described through the input_builder_metadata of an MPC secret share circuit.