NilFoundation / zkllvm-assigner

MIT License
12 stars 11 forks source link

Dynamic arithmetization parameters #187

Closed akokoshn closed 9 months ago

akokoshn commented 9 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.

akokoshn commented 9 months ago

is duplicate of https://github.com/NilFoundation/zkLLVM/issues/545