w3c-ccg / did-method-key

DID (Decentralized Identifier) did:key method for embedding keys in DID urls
https://w3c-ccg.github.io/did-method-key
Other
18 stars 12 forks source link

Signature Method Creation Algorithm error? #67

Open raleng opened 7 months ago

raleng commented 7 months ago

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 instead of multicodecValue? The multicodecValue is set by the "Decode Public Key Algorithm" to the "multicodec header for the decoded value".