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

Activate ECDSA signatures #41

Closed
NicoSerranoP opened this issue Oct 26, 2022 · 1 comment · Fixed by #47
Closed

Activate ECDSA signatures #41

NicoSerranoP opened this issue Oct 26, 2022 · 1 comment · Fixed by #47
Assignees

Comments

@NicoSerranoP
Copy link
Collaborator

In the /src/pages/doubleSign.tsx, there is a section that retrieves potPubkeys from the wasm (use wasm.getPotPubkeys) and signs it using Metamask. This section should be activated when the sequencer/crypto library implements a getPotPubkeys function (checkout derive_taus).

@NicoSerranoP NicoSerranoP self-assigned this Oct 26, 2022
@NicoSerranoP
Copy link
Collaborator Author

I am currently working on integrating the double signature code from the sequencer into the rust wrapper: https://github.com/zkparty/wrapper-small-pot.

I will test/integrate the BLS signature and the ECDSA together in the nico-activate-ecdsa branch :)

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.

1 participant