Function kimchi::circuits::expr::pows

source ·
pub fn pows<F: Field>(x: F, n: usize) -> Vec<F>
Expand description

Compute the powers of x, x^0, ..., x^{n - 1}