You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generateCircuitInputsRegister is the function used to generate the inputs of register circuit, which verify the signature of a passport.
ecdsa signature verification has been implemented on dev branch, but the generation of the inputs are achieved locally in the test sheet.
we want generateCircuitInputsRegister to be generic and to return the right circuits inputs according to the passport data passed in the function, more specifically to the sig alg
The text was updated successfully, but these errors were encountered:
generateCircuitInputsRegister is the function used to generate the inputs of register circuit, which verify the signature of a passport.
ecdsa signature verification has been implemented on dev branch, but the generation of the inputs are achieved locally in the test sheet.
we want generateCircuitInputsRegister to be generic and to return the right circuits inputs according to the passport data passed in the function, more specifically to the sig alg
The text was updated successfully, but these errors were encountered: