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

Implement secp256r1 #46

Open
dev8723 opened this issue Sep 19, 2023 · 2 comments
Open

Implement secp256r1 #46

dev8723 opened this issue Sep 19, 2023 · 2 comments

Comments

@dev8723
Copy link
Contributor

dev8723 commented Sep 19, 2023

Cosmos sdk supports secp256r1 (aka p256), but it seems like no js client (cosmjs does not) support signing it so far. secp256r1 is usually used by passkey, supporting it will make wallet ux a huge step forward.

Here's a PR i'm working on that tries to support it in cosmwasm. If we can work on it together it would be huge!

There's more context about secp256r1, passkey and historical attempt in cosmos in that PR.

@dev8723
Copy link
Contributor Author

dev8723 commented Sep 19, 2023

@emidev98 any thoughts on this one? your ecdsaVerify PR makes me think this is a good idea

@emidev98
Copy link
Contributor

I think it is a very good idea

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

No branches or pull requests

2 participants