Function scuttlebutt::field::polynomial::lagrange_coefficient
source · [−]pub fn lagrange_coefficient<F: FiniteField>(points: &[F], u: F, e: F) -> F
Expand description
Compute the Lagrange coefficient $ℓᵤ(e)
$ specified by points points
and u ∈ points
.
This function is not constant time.