From b3f0737edcd5b3ebdd5f018abd3a71826334ab60 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Mon, 21 Oct 2024 15:37:53 +0000 Subject: [PATCH 1/2] Improve normative statement WRT to derived proofValue element count. --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 8809554..e62c220 100644 --- a/index.html +++ b/index.html @@ -1157,7 +1157,8 @@

parseDerivedProofValue

bytes that follow the three-byte BBS disclosure proof header. If the result is not an array of five, six, or seven elements — a byte array, a map of integers to integers, -two arrays of integers, and one or two byte arrays; +two arrays of integers, one or two byte arrays, and an optional element +determined by the featureOption; an error MUST be raised and SHOULD convey an error type of PROOF_VERIFICATION_ERROR. From b1819b3c633559893ce9b270f12cb2fc8e25eead Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Wed, 23 Oct 2024 14:57:38 +0000 Subject: [PATCH 2/2] Update index.html Use - over ; when discussing featureOption. 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 e62c220..b73376c 100644 --- a/index.html +++ b/index.html @@ -1158,7 +1158,7 @@

parseDerivedProofValue

is not an array of five, six, or seven elements — a byte array, a map of integers to integers, two arrays of integers, one or two byte arrays, and an optional element -determined by the featureOption; +determined by the featureOption — an error MUST be raised and SHOULD convey an error type of PROOF_VERIFICATION_ERROR.