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

[feat] disable compress_selector #53

Open
lispc opened this issue Jul 11, 2023 · 0 comments
Open

[feat] disable compress_selector #53

lispc opened this issue Jul 11, 2023 · 0 comments

Comments

@lispc
Copy link

lispc commented Jul 11, 2023

In our use case, we don't want serialized vk be too big (dozens of GiB). Then we will not store the [num_selector X (2degree rows)] select value. In order to do that, we prefer not use compress selector any longer, instead just trait each selector as a simple fixed column. So in vk, we only need to store the commitment of each of those fixed column instead 2degree values.

We need to adjust implementation carefully, so users cannot abuse or trigger some error accidently.

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