librustzcash icon indicating copy to clipboard operation
librustzcash copied to clipboard

Consider using kwantam/fffft for FFTs if it's faster

Open daira opened this issue 4 years ago • 0 comments

https://github.com/kwantam/fffft . Arkworks recently moved to a port of this: https://github.com/arkworks-rs/algebra/pull/169 . Since we use ff for fields, we could probably use the original crate directly.

cc: @kwantam

daira avatar Jan 09 '21 17:01 daira