Improve FK23 multi-open #467
Labels
cappuccino
optimize-vid
https://www.notion.so/espressosys/9d835f79d4504926b8b3bb3d015abf06?v=b7028cdaea804b7aa918af95c0cd651
vid
The original issue aims to improve performance of our
multi_open()
implementation of FK23 algorithm. But I realize that my code is unnecessarily complicated. (for one, I didn't know arkworks has EC-NTT to begin with, thus implemented my own)If I implement the same idea following Algorithm 1 in [Zhang et.al Sec'22], then the algorithm is simply this:
Here's the test for it:
The text was updated successfully, but these errors were encountered: