Skip to content

remove the linear combination in Shards when FRI is used

DETCHART Jonathan requested to merge fri-encode-opt into fri

This MR removes the computation of the linear combinations in the shards when FRI is used. As recoding is not possible using FRI, having the linear combination is useless. The Block position provides this information for decoding correctly

Merge request reports