ethereum / c-kzg-4844

A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.
Apache License 2.0
112 stars 105 forks source link

Move FFT functions to fft.{c,h} files #466

Closed jtraglia closed 1 month ago

jtraglia commented 1 month ago

Move the *_{i,}fft functions (except for coset_{i,}fft) to a new fft.c file. Exposed via fft.h.