Prepare inputs given to the Circom program for feeding into composite proof system.
NOTE: The functions setPrivateInput, setPrivateArrayInput, setPublicInput and setPublicArrayInput MUST be called
in the same order as the inputs (circuit variables) are defined in the program
Prepare inputs given to the Circom program for feeding into composite proof system. NOTE: The functions
setPrivateInput
,setPrivateArrayInput
,setPublicInput
andsetPublicArrayInput
MUST be called in the same order as the inputs (circuit variables) are defined in the program