TaceoLabs / collaborative-circom

Tooling for creating collaborative SNARKs for Circom circuits.
https://docs.taceo.io
Apache License 2.0
60 stars 3 forks source link

Feature Request: SplitInput cannot parse hexadecimal field elements #92

Closed 0xThemis closed 2 months ago

0xThemis commented 2 months ago

The SplitInput command takes an input.json and secret shares the input. At the moment, it is not possible to provide hexadecimal values.

For that to work, the parse_field function in co-circom.rs must be rewritten.