Function scuttlebutt::field::polynomial::lagrange_numerator
source · [−]pub fn lagrange_numerator<F: FiniteField>(points: &[F], u: F, e: F) -> F
Expand description
Compute the Lagrange coefficient numerator.
This function is not constant time.