Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor generateCircuitInputsRegister with ecdsa circuit inputs #166

Closed
remicolin opened this issue Aug 3, 2024 · 1 comment
Closed
Assignees

Comments

@remicolin
Copy link
Member

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

@0xVikasRushi 0xVikasRushi self-assigned this Aug 13, 2024
@0xVikasRushi 0xVikasRushi linked a pull request Aug 13, 2024 that will close this issue
@0xturboblitz
Copy link
Member

Done here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants