did-method-key icon indicating copy to clipboard operation
did-method-key copied to clipboard

DID (Decentralized Identifier) did:key method for embedding keys in DID urls

Results 25 did-method-key issues
Sort by recently updated
recently updated
newest added

Hi there, I'm reaching out you to try to include the EBSI specification into the did key specification. https://api-pilot.ebsi.eu/docs/specs/did-methods/did-method-for-natural-person#schema-of-the-method-specific-identifier As you can see in the implementation, there is a multicodec...

Did's starting with `did:key:z5T` use BLS12381 that splits into two different keys `Bls12381G1Key2020` & `Bls12381G1Key2020` see issue #23. How the test vector for `did:key:z5TcCmGLu7HrkT5FTnejDTKcH11LPMQLXMPHTRyzY4KdRvqpPLprH7s1ddWFD38cAkZoiDtofUmJVZyEweUTfwjG5H3znk3ir4tzmuDBUSNbNQ7U6jJqj5bkQLKRaQB1bpFJKGLEq3EBwsfPutL5D7p78kFeLNHznqbf5oGpik7ScaDbGLaTLh1Jtadi6VmPNNd44Cojk` needs updating to the below. ```...

In "3.1.2 Signature Method Creation Algorithm", step 5, it says > Set the `verificationMethod.id` value by concatenating `identifier`, a hash character (`#`), and the `multicodecValue` Should it not say `multibaseValue`...

Add text and a new prefix to support resolution with [did dht](https://did-dht.com/).

Uses more specific error codes from did resolution to improve error quality. p.s. we could use `invalidPublicKey` if `The multibaseValue MUST be a string and begin with the letter z`...

Need to speak to `n` `e`... etc.

This would eliminate concern regarding the security of the operation. and make ed25519 keys like every other key type.

The following normative statement causes issues with the definition of `invalidDid` from [did-core](https://www.w3.org/TR/did-core/) > Check the validity of the input identifier. The scheme MUST be the value did. The method...

Adding error codes specific to this spec to `did-resolution` will lead to the `did-resolution` spec being filled with error codes that are unrelated to `did-resolution` itself. It would be better...