Change `e_sm: Polynomial<N>` to `e_sm: [Polynomial<N>; L]` and fix the corresponding commitment.
Change
e_sm: Polynomial<N>toe_sm: [Polynomial<N>; L]and fix the corresponding commitment.