Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using Fast Fourier Transform for polynomial interpolation. #212

Closed
afck opened this issue Aug 24, 2018 · 1 comment
Closed

Consider using Fast Fourier Transform for polynomial interpolation. #212

afck opened this issue Aug 24, 2018 · 1 comment

Comments

@afck
Copy link
Collaborator

afck commented Aug 24, 2018

We're currently doing polynomial interpolation the naive way, which is O(n²). With Fast Fourier Transform (FFT), it should be possible in O(n log(n)). We should try to estimate the actual count of arithmetic operations first, to make sure it's worth doing this in practice, and for all network sizes.

http://dcn.icc.spbstu.ru/~petert/papers/fftEng.pdf
http://web.cecs.pdx.edu/~maier/cs584/Lectures/lect07b-11-MG.pdf

@afck
Copy link
Collaborator Author

afck commented Aug 27, 2018

Sorry, wrong crate: threshold cryptography has been moved out of hbbft. I created a new issue: poanetwork/threshold_crypto#13

@afck afck closed this as completed Aug 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant