You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Current fft implementation in solidity requires an input of int256[4] arrays of real and complex parts. This restricts the program to only run FFT for 4 discrete points.
🚀 [FEAT]
Description:
Current fft implementation in solidity requires an input of
int256[4]
arrays of real and complex parts. This restricts the program to only run FFT for 4 discrete points.Scope:
FFT implemented in
src/FFT_Implementation/fft.sol
Objective:
Refactor code such that the
fft
function can input a dynamic array of arbitrary length.The text was updated successfully, but these errors were encountered: