forked from privacy-ethereum/halo2
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
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.
silathdiir
Metadata
Metadata
Assignees
Labels
No labels