pub fn zk_patch<R: Rng + ?Sized, F: FftField>(
    e: Vec<F>,
    d: D<F>,
    zk_rows: usize,
    rng: &mut R
) -> Evaluations<F, D<F>>
Expand description

Pad with zeroes and then add 3 random elements in the last two rows for zero knowledge.

Panics

Will panic if evaluation and domain length do not meet the requirement.