zk-passport / openpassport

Generate privacy-preserving ID proofs
https://openpassport.app
327 stars 56 forks source link

Refactor generateCircuitInputsRegister with ecdsa circuit inputs #166

Closed remicolin closed 2 months ago

remicolin commented 3 months ago

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

0xturboblitz commented 2 months ago

Done here