[][src]Function sapling_crypto_ce::interpolation::interpolate

pub fn interpolate<E: Engine>(points: &[(E::Fr, E::Fr)]) -> Option<Vec<E::Fr>>

Perform a Lagrange interpolation for a set of points It's O(n^2) operations, so use with caution