pub fn fold_codeword<F, FS>(
rs_code: &ReedSolomonCode<FS>,
codeword: &[F],
round: usize,
folding_challenges: &[F],
) -> Vec<F>
pub fn fold_codeword<F, FS>(
rs_code: &ReedSolomonCode<FS>,
codeword: &[F],
round: usize,
folding_challenges: &[F],
) -> Vec<F>