binius_field::util

Function powers

source
pub fn powers<F: Field>(val: F) -> impl Iterator<Item = F>
Expand description

Iterate the powers of a given value, beginning with 1 (the 0’th power).