Function franklin_crypto::interpolation::interpolate
source · pub fn interpolate<E: Engine>(points: &[(E::Fr, E::Fr)]) -> Option<Vec<E::Fr>>
Expand description
Perform a Lagrange interpolation for a set of points It’s O(n^2) operations, so use with caution