generate_trace

Function generate_trace 

Source
pub fn generate_trace<F: PrimeField32>(
    step: &Sha256FillerHelper,
    bitwise_lookup_chip: &BitwiseOperationLookupChip<8>,
    width: usize,
    records: Vec<([u8; 64], bool)>,
) -> RowMajorMatrix<F>
Expand description

Generates a trace for a standalone SHA256 computation (currently only used for testing) records consists of pairs of (input_block, is_last_block).