Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 3 additions & 13 deletions common.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@ var ccg = {
],
publisher: "University of California, Irvine."
},
"DID-METHOD-REGISTRY": {
title: "The Decentralized Identifier Method Registry",
href: "https://w3c-ccg.github.io/did-method-registry/",
authors: [
"Manu Sporny",
"Drummond Reed"
],
status: "CG-DRAFT",
publisher: "Digital Verification Community Group"
},
"HASHLINK": {
title: "Cryptographic Hyperlinks",
date: "December 2018",
Expand Down Expand Up @@ -101,8 +91,8 @@ var ccg = {
"DID-KEY": {
title: "The did:key Method",
subtitle: "A DID Method for Static Cryptographic Keys",
date: " 09 June 2020",
href: "https://w3c-ccg.github.io/did-method-key/",
date: " 26 March 2025",
href: "https://w3c-ccg.github.io/did-key-spec/",
editors: [
"Manu Sporny",
"Dmitri Zagidulin",
Expand All @@ -113,7 +103,7 @@ var ccg = {
"Dmitri Zagidulin",
"Dave Longley"
],
status: "unofficial"
status: "CG-DRAFT"
}
}
};
Expand Down