From 549140757d97bb8747f12135161f55be5cffdbd9 Mon Sep 17 00:00:00 2001 From: Greg Bernstein Date: Fri, 19 Jan 2024 09:05:00 -0800 Subject: [PATCH] Enhance base proof with bbsHeader and PK: grammar/punctuation fixes. 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 bb526c9..60b66e2 100644 --- a/index.html +++ b/index.html @@ -720,7 +720,7 @@

createDisclosureData

  • Set `bbsProof` to the value computed by the `ProofGen` procedure from [[CFRG-BBS-SIGNATURE]], i.e. `ProofGen(PK, signature, header, ph, messages, disclosed_indexes)`, -where `PK` is the original issuers public key `publicKey`, `signature` is the +where `PK` is the original issuer's public key `publicKey`, `signature` is the `bbsSignature`, `header` is the `bbsHeader`, `ph` is an empty byte array, `messages` is `bbsMessages`, and `disclosed_indexes` is `selectiveIndexes`.