pub type BlockTensorPCS<U, F, FA, FE, LC, H, VCS> = TensorPCS<U, F, FA, FA, FE, LC, H, VCS>;
Expand description

The multilinear polynomial commitment scheme from DP23 with block-level encoding.

The basic scheme follows Construction 3.11. In this case, the encoding alphabet is an extension field of the polynomial’s coefficient field.

Aliased Type§

struct BlockTensorPCS<U, F, FA, FE, LC, H, VCS> { /* private fields */ }