-
Notifications
You must be signed in to change notification settings - Fork 10
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
secp256k1 support #75
Comments
@lemoustachiste it should be possible. The CESR spec provides support. Keripy provides supports and has test examples like this. The KERI community often uses ed25519 so we did the same. But we'd be interested if you find code restricting the use of secp256k1. |
Thanks, I'll explore that route |
May I maybe point to this issue I opened in the keri repo, it seems it overlaps between the 2 libraries with this one here so maybe you'll have some insights that will unblock me: WebOfTrust/keripy#825 Thanks |
@2byrds following your comment on the keripy repo, I've tried to pull the thread on the It seems that the
as shown in the MatterCodex:
As opposed to what I suppose should be I've pushed further the investigation and it seems that this is set up at the So at this point it looks more like an issue at KERI level than at the I will try to see if it's fixable. |
Hi,
the spec mentions secp256k1 support (https://trustoverip.github.io/tswg-did-method-webs-specification/#secp256k1), but there does not seem to be such an option available in the code. Did I miss it?
Secondary question on the matter, would/will it be possible to create a did:webs for an existing (secp256k1) key?
And last question, this currently seems to be the only open source code implementation of the did:webs spec, am I correct do did I also miss this in my research?
Thanks
The text was updated successfully, but these errors were encountered: