Function ext_basis

Source
pub fn ext_basis<FExt, FSub>(i: usize) -> FExt
where FSub: Field, FExt: ExtensionField<FSub>,
Expand description

Returns the i’th basis element of FExt as a field extension of FSub.

This is an alias function for ExtensionField::basis.

§Pre-conditions

  • i must be in the range $[0, d)$, where $d$ is the field extension degree.