pub fn ext_basis<FExt, FSub>(i: usize) -> FExtwhere
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.