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

Create ECDSA verify and sign utilities #391

Closed
critesjosh opened this issue Oct 20, 2022 · 2 comments
Closed

Create ECDSA verify and sign utilities #391

critesjosh opened this issue Oct 20, 2022 · 2 comments
Labels
enhancement New feature or request stdlib Standard library shipped with Noir tooling

Comments

@critesjosh
Copy link
Contributor

Problem

ECDSA verify and sign utilities don't currently exist in Noir. Adding these would make it easier to integrate Ethereum account information into circuits.

Solution

Write ECDSA verify and sign utilities in Noir.

Additional context

We will consider giving a grant to do this.

@critesjosh critesjosh added enhancement New feature or request stdlib Standard library shipped with Noir tooling labels Oct 20, 2022
@nfurfaro
Copy link
Contributor

@critesjosh Has there been any progress on this? I could be interested in working on it if not.

@critesjosh
Copy link
Contributor Author

This is actually cpmplete. You can see how to use it here. https://noir-lang.org/standard_library/cryptographic_primitives/ecdsa_secp256k1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stdlib Standard library shipped with Noir tooling
Projects
None yet
Development

No branches or pull requests

3 participants