pub const ENCODING_MATRIX: [Fr; 16];Expand description
The actual encoding matrix It’s a square matrix, meaning the size of it is 2^(ENCODING_MATRIX_NUM_VARS)^2 a.k.a. 2^(ENCODING_MATRIX_NUM_VARS*2) a little hack to use from_raw to make sure this encoding matrix can be declared as a const