pub fn pows<F: Field>(d: usize, x: F) -> Vec<F>
pows(d, x) returns a vector containing the first d powers of the field element x (from 1 to x^(d-1)).
pows(d, x)
d
x
1
x^(d-1)