pub fn powers<F: Field>(val: F) -> impl Iterator<Item = F>
Iterate the powers of a given value, beginning with 1 (the 0’th power).