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

batch univariate KZG #118

Open
mrain opened this issue Sep 6, 2022 · 5 comments
Open

batch univariate KZG #118

mrain opened this issue Sep 6, 2022 · 5 comments
Assignees

Comments

@mrain
Copy link
Contributor

mrain commented Sep 6, 2022

Reference: https://eprint.iacr.org/2020/1536.pdf (Appendix C)

Reference implementation: EspressoSystems/hyperplonk#53

  • single poly, multiple points
  • single point, multiple poly
  • multi poly, multi points

(possible ref: https://dankradfeist.de/ethereum/2021/06/18/pcs-multiproofs.html, https://eprint.iacr.org/2023/033.pdf)

@chancharles92
Copy link
Contributor

For Verifiable Information Dispersal, we only need to implement the API in https://eprint.iacr.org/2023/033.pdf

@alxiong
Copy link
Contributor

alxiong commented Apr 10, 2023

Plan for FK23

  • Define Circulant matrix
    • figure out API for FFT for group elements
    • impl matrix mul
  • Define Toeplitz matrix
    • impl Toeplitz -> Circulant transform
    • test matrix mul
  • Implement fast (and general so that coeff can be group elems) poly evaluation algorithm
  • Putting them together
    • design interfaces for choosing different batching techniques (leave room/flexibility for future addition of other batching techniques)
    • impl FK23 by using components above

@chancharles92
Copy link
Contributor

close after #231

@alxiong
Copy link
Contributor

alxiong commented Apr 28, 2023

Oh actually, I wish to keep this issue open for other batching scheme impl later.

@chancharles92
Copy link
Contributor

chancharles92 commented Apr 28, 2023

OK, can we create a issue particularly for FK23 then? And close the one for FK23

@chancharles92 chancharles92 reopened this Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants