Function pows

Source
pub fn pows<F: Field>(d: usize, x: F) -> Vec<F>
Expand description

pows(d, x) returns a vector containing the first d powers of the field element x (from 1 to x^(d-1)).