NilFoundation / zkLLVM

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

[Feature request]:Provide public input column to transpiler_output folder #547

Closed ETatuzova closed 4 months ago

ETatuzova commented 5 months ago

Is your feature request related to a problem? Please describe. Public input parser cannot parse new public input format.

Describe the solution or interface you'd like Assigner has special mode to extract public input column from public input file. It should be passsed to transpiler as a public input file in *_evm_verifier target.

Additional context If public input column will be transformed to an old format as an array of fields, no changes in evm-placeholder-verification will be needed.