librustzcash
librustzcash copied to clipboard
Consider using kwantam/fffft for FFTs if it's faster
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