Fork of github.com/did-method-plc/did-method-plc

Merge pull request #94 from sriganesh/fix-did-key-url

Update did:key specification links

Changed files
+2 -2
website
spec
v0.1
+1 -1
README.md
···
- `dag-cbor` multibase type (code: 0x71)
- `sha-256` multihash (code: 0x12)
-
Rotation keys are serialized as strings using [did:key](https://w3c-ccg.github.io/did-method-key/), and only `secp256k1` ("k256") and NIST P-256 ("p256") are currently supported.
+
Rotation keys are serialized as strings using [did:key](https://w3c-ccg.github.io/did-key-spec/), and only `secp256k1` ("k256") and NIST P-256 ("p256") are currently supported.
The signing keys (`verificationMethods`) are also serialized using `did:key` in operations. When rendered in a DID document, signing keys are represented as objects, with the actual keys in multibase encoding, as required by the DID Core specification.
+1 -1
website/spec/v0.1/did-plc.md
···
- `dag-cbor` multibase type (code: 0x71)
- `sha-256` multihash (code: 0x12)
-
Rotation keys are serialized as strings using [did:key](https://w3c-ccg.github.io/did-method-key/), and only `secp256k1` ("k256") and NIST P-256 ("p256") are currently supported.
+
Rotation keys are serialized as strings using [did:key](https://w3c-ccg.github.io/did-key-spec/), and only `secp256k1` ("k256") and NIST P-256 ("p256") are currently supported.
The signing keys (`verificationMethods`) are also serialized using `did:key` in operations. When rendered in a DID document, signing keys are represented as objects, with the actual keys in multibase encoding, as required by the DID Core specification.