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

[FRI] Dynamic layer folding #39

Open
irakliyk opened this issue Jul 19, 2021 · 0 comments
Open

[FRI] Dynamic layer folding #39

irakliyk opened this issue Jul 19, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@irakliyk
Copy link
Collaborator

irakliyk commented Jul 19, 2021

Right now, we specify a single folding factor for all FRI layers. Out of supported folding factors (4, 8, 16), it seems like 8 results in the smallest proof in most situations. However, it might be possible to optimize this even further by using different folding factors across different layers. I wouldn't expect the impact to be huge - but getting something around 5% proof size reduction may be possible.

One way to go about this is to deterministically create a schedule of folding factors based on extended domain size, and field element size, and hash function digest size. This schedule can then be provided as an input to FRI prover/verifier.

@irakliyk irakliyk added the enhancement New feature or request label Jul 19, 2021
@irakliyk irakliyk changed the title [FRI] dynamic layer folding [FRI] Dynamic layer folding Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant