From 0921708c9eb010be2a24a6a34c499d36378b0178 Mon Sep 17 00:00:00 2001 From: Greg Bernstein Date: Wed, 6 Dec 2023 12:09:24 -0800 Subject: [PATCH] Proof Set and Chain Test Vectors: punctuation fix. Co-authored-by: Ted Thibodeau Jr --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9317db3..bb251fc 100644 --- a/index.html +++ b/index.html @@ -2051,7 +2051,7 @@

Proof Set

Per the algorithm of Section 4.4: Add Proof Set/Chain in [[VC-DATA-INTEGRITY]], we create an array variable, allProofs, and add the proof from the -starting document to it. Since there is no `previousProof` attribute no +starting document to it. Since there is no `previousProof` attribute, no modification of `unsignedDocument` is needed prior to computing the signed proof in step 6 of Section 4.4: Add Proof Set/Chain in