-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Can i got private key which derived by Nist256p1 ? #57
Comments
i want to create a wallet snap, but my crypto coin used Nist256p1 algorithm. can i got the private key by metamask? |
Hey @weixuefeng, thank you for creating this issue! Could you tell us a bit more about your use case? Specifically, why do you need to use the NIST curve? Is it because your protocol requires it? |
@weixuefeng we are currently blocked on adding this capability due to the lack of a good JavaScript implementation of this curve. We could maybe make do with WebAssembly, but we do not have the capacity to research the matter at this time. I will keep this issue open since it is a legitimate use case that we want to support. |
After doing some digging, the web crypto APIs ( Edit: But they don't provide a way to just do multiplication on said curves so we're not actually helped by those either. |
ok |
I would argue against this. This would make key-tree bigger...the use case is not defined/popular enough |
The text was updated successfully, but these errors were encountered: