NilFoundation / zkLLVM

Zero-Knowledge Proof Systems Circuit Compiler
https://docs.nil.foundation/zkllvm
285 stars 48 forks source link

Support dynamic arithmetization parameters #542

Closed akokoshn closed 7 months ago

akokoshn commented 7 months ago

After moving atirhmetization out of template parameters in crypto3-zk - https://github.com/NilFoundation/crypto3-zk/issues/286 we can allow dynamic size of assignment table. Number of columns should be calculated at runtime.

Need to update binary tools:

Blocked by: https://github.com/NilFoundation/zkllvm-assigner/issues/187