Skip to content

Commit 392f7df

Browse files
committed
Update proposed rec publication information.
1 parent efacca8 commit 392f7df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
subtitle: "Privacy-preserving status information for Verifiable Credentials",
2525

2626
// if you wish the publication date to be other than today, set this
27-
publishDate: "2025-03-06",
27+
publishDate: "2025-3-20",
2828
crEnd: "2024-06-21",
29-
prEnd: "2024-04-03",
29+
prEnd: "2025-4-17",
3030

3131
implementationReportURI: "https://w3c.github.io/vc-bitstring-status-list-test-suite/",
3232
//previousMaturity: "CG-FINAL",
@@ -1155,7 +1155,7 @@

Bitstring Generation Algorithm

11551155
<li>
11561156
Generate a |compressed bitstring| by using the GZIP
11571157
compression algorithm [[RFC1952]] on the |bitstring|
1158-
and then <a data-cite="?CONTROLLER-DOCUMENT#multibase-0">Multibase-encodea> the result using base64url (with no padding).
1158+
and then <a data-cite="?CID#multibase-0">Multibase-encodea> the result using base64url (with no padding).
11591159
li>
11601160
<li>
11611161
Return the |compressed bitstring|.
@@ -1180,7 +1180,7 @@

Bitstring Expansion Algorithm

11801180
li>
11811181
<li>
11821182
Generate an |uncompressed bitstring| by using the
1183-
<a data-cite="?CONTROLLER-DOCUMENT#multibase-0">Multibase-decodea> algorithm on the
1183+
<a data-cite="?CID#multibase-0">Multibase-decodea> algorithm on the
11841184
|compressed bitstring| and then expanding the output using
11851185
the GZIP decompression algorithm [[RFC1952]].
11861186
li>

0 commit comments

Comments
 (0)