feather.js icon indicating copy to clipboard operation
feather.js copied to clipboard

Implement secp256r1

Open llllllluc opened this issue 1 year ago • 2 comments

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.

llllllluc avatar Sep 19 '23 04:09 llllllluc