diff --git a/index.html b/index.html index 342a587..bdb75e8 100644 --- a/index.html +++ b/index.html @@ -129,8 +129,8 @@ value: "Verifiable Credential Data Integrity v1.0", href: "https://www.w3.org/TR/vc-data-integrity/" }, { - value: "Controller Documents v1.0", - href: "https://www.w3.org/TR/controller-document/" + value: "Controlled Identifiers v1.0", + href: "https://www.w3.org/TR/cid-1.0/" },{ value: "Data Integrity ECDSA Cryptosuites v1.0", href: "https://www.w3.org/TR/vc-di-ecdsa/" @@ -267,19 +267,19 @@
-The Multikey format, defined in -[[[controller-document]]], is used to express public keys for the cryptographic +The Multikey format, defined in +[[[CID]]], is used to express public keys for the cryptographic suites defined in this specification.
The `publicKeyMultibase` value of the verification method MUST start with the base-58-btc prefix (`z`), as defined in the -Multibase section of -[[[controller-document]]]. A Multibase-encoded Ed25519 256-bit public key value +Multibase section of +[[[CID]]]. A Multibase-encoded Ed25519 256-bit public key value follows, as defined in the -Multikey section of -[[[controller-document]]]. Any other encoding MUST NOT be allowed. +Multikey section of +[[[CID]]]. Any other encoding MUST NOT be allowed.
@@ -330,11 +330,11 @@
The `secretKeyMultibase` value of the verification method MUST start with the base-58-btc prefix (`z`), as defined in the -Multibase section of -[[[controller-document]]]. A Multibase-encoded Ed25519 256-bit secret key value +Multibase section of +[[[CID]]]. A Multibase-encoded Ed25519 256-bit secret key value follows, as defined in the -Multikey section of -[[[controller-document]]]. Any other encoding MUST NOT be allowed. +Multikey section of +[[[CID]]]. Any other encoding MUST NOT be allowed.
@@ -373,8 +373,8 @@
Create Proof (eddsa-rdfc-2022) |options| passed as parameters.
The `publicKeyMultibase` value of the verification method MUST start with the base-58-btc prefix (`z`), as defined in the -Multibase section of +Multibase section of [[VC-DATA-INTEGRITY]]. A Multibase-encoded Multikey value follows, which MUST consist of a binary value that starts with the two-byte prefix `0xed01`, which is the Multikey header for an Ed25519 public key, followed by the 32-byte @@ -1903,8 +1903,8 @@