For pufferfish, we have to interpolate a very large polynomial over bn254 base field. Crypto3's polynomial interpolation is slow (basic Lagrange) or incompatible with the field we are using (FFT), so we need to either optimize Lagrange or implement a version of FFT that works with this field.
For pufferfish, we have to interpolate a very large polynomial over bn254 base field. Crypto3's polynomial interpolation is slow (basic Lagrange) or incompatible with the field we are using (FFT), so we need to either optimize Lagrange or implement a version of FFT that works with this field.