pub fn pows<F: Field>(x: F, n: usize) -> Vec<F>
Compute the powers of x, x^0, ..., x^{n - 1}
x
x^0, ..., x^{n - 1}