Function prio::util::proof_length[][src]

pub fn proof_length(dimension: usize) -> usize
Expand description

Returns the number of field elements in the proof for given dimension of data elements

Proof is a vector, where the first dimension elements are the data elements, the next 3 elements are the zero terms for polynomials f, g and h and the remaining elements are non-zero points of h(x).