zkllvm-blueprint icon indicating copy to clipboard operation
zkllvm-blueprint copied to clipboard

Implement both circuit and assignments separation into small parts

Open nkaskov opened this issue 1 year ago • 1 comments

For some tasks, including parallelization, we need to add many components to circuit and generate assignments for them independently or even at the same time. Since it's not possible with only one circuit and assignments state structs instance (because of memory management), we need to make it possible to construct many small circuits and then assemble these parts together.

nkaskov avatar Aug 31 '22 09:08 nkaskov