diff --git a/index.html b/index.html index b52444a..324775a 100644 --- a/index.html +++ b/index.html @@ -170,9 +170,9 @@ status: "Internet-Draft", publisher: "IETF" }, - "VC-SPECS": { - title: "The Verifiable Credential Specifications Directory", - href: "https://w3c.github.io/vc-specs-dir/", + "VC-EXTENSIONS": { + title: "Verifiable Credential Extensions", + href: "https://w3c.github.io/vc-extensions/", authors: [ "Manu Sporny" ], @@ -1680,14 +1680,13 @@

Cryptographic Suites

verification of the data.
  • -The specification MUST define a data integrity cryptographic -suite instantiation algorithm that accepts a set of options -([=map=] |options|) and returns a [=cryptosuite instance=] -([=struct=] |cryptosuite|). This algorithm SHOULD be listed in [[[VC-SPECS]]]. -A data integrity -cryptographic suite instance [=struct=] has the following -[=struct/items=]. +The specification MUST define a data integrity cryptographic suite instantiation +algorithm that accepts a set of options ([=map=] |options|) and returns a +[=cryptosuite instance=] ([=struct=] |cryptosuite|). This algorithm SHOULD be +listed in the [[[VC-EXTENSIONS]]] document. A data integrity cryptographic suite +instance [=struct=] has the following [=struct/items=].
    createProof
    @@ -1742,8 +1741,8 @@

    Cryptographic Suites

    A [=cryptosuite instance=] is instantiated using a [=cryptosuite instantiation algorithm=] and is made available to algorithms in an implementation-specific -manner. Implementations MAY use [[[VC-SPECS]]] [[VC-SPECS]] to discover known -[=cryptosuite instantiation algorithms=]. +manner. Implementations MAY use the [[[VC-EXTENSIONS]]] document to discover +known [=cryptosuite instantiation algorithms=].

    @@ -1808,8 +1807,8 @@

    DataIntegrityProof

    data is encapsulated (i.e., not directly exposed as application layer data) within `proofValue`. A list of cryptographic suite specifications that are known to follow this pattern is provided in the -Proof types section of -the Verifiable Credentials Specifications Directory. +Proof types section of +the Verifiable Credentials Extensions document.