pub fn powers<F: Field>(scalar: F) -> impl Iterator<Item = F>
Returns iterator that yields scalar^0, scalar^1, scalar^2…