zksecurity / noname

Noname: a programming language to write zkapps
https://zksecurity.github.io/noname/
178 stars 44 forks source link

fix: error when private input is unused #87

Closed vuvoth closed 3 months ago

vuvoth commented 3 months ago

Overview

Solve #71.
I added span to private_input_indices and when if private input used by circuit, this will return error with private input span.

Result

image