Mircea Nistor
Mircea Nistor
Good question. I suppose there are no direct requests for JWK, nor for PEM (which, I agree, is even worse). I'm OK with not supporting JWK directly, but this may...
Of course we could, but the question is if this kind of conversion should be part of the spec or not
@AlexYenkalov if you are starting from a keypair, then you can use `did:ethr:` instead of `did:ethr:`. Starting with the ethereumAddress representation, it's impossible to add the full public key to...
@tankcdr I'm your contact, yes. There were some unanswered questions about key encoding. For efficiency and cost reasons, keys should be stored in their raw byte form in the EVM...
> @mirceanis i am working with @tankcdr to work on this enhancement. Can we connect this week? I'm unable to commit to a schedule in the next few weeks because...
Hi @leowcy , Those 2 keys are optional in the DID spec and were not added to this DID method because there is no equivalent mechanism that could populate them....
Thank you for the summary. Indeed it's not ok to drop information. Fixing this particular GH issue means throwing an error when information would be overridden or dropped, thus not...
Is there any progress here? How can I help?
In the current codebase, there were some assumptions made that don't hold well against the present day. The names of the encrypters/decrypters are not sufficient to describe what they do....
I'll leave this open and pin it so that it doesn't get automatically staled. It seems like we have the tools in place to add this required algorithm (P-256 ECDH-ES+A256PKW)....