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

crypto: implement adaptor signature using k256 #13

Closed
maurolacy opened this issue Jul 31, 2024 · 0 comments · Fixed by #43
Closed

crypto: implement adaptor signature using k256 #13

maurolacy opened this issue Jul 31, 2024 · 0 comments · Fixed by #43
Assignees
Labels
bug Something isn't working

Comments

@maurolacy
Copy link
Collaborator

No description provided.

@SebastianElvis SebastianElvis added the bug Something isn't working label Aug 26, 2024
SebastianElvis added a commit that referenced this issue Aug 27, 2024
Resolves #13 

This PR replaces the usage of `schnorr_fun` and `secp256kfun` with
`k256` (which is native in CosmWasm) for implementing the adaptor
signature verification. This gets rid of `schnorr_fun` and `secp256kfun`
which can bloat the contract size.

This PR also runs `cargo fix-lint` to lint the entire project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants