From e973af7592a082bda566c5ea4160dba49a043f63 Mon Sep 17 00:00:00 2001 From: Wind4Greg Date: Thu, 11 Jan 2024 14:10:33 -0800 Subject: [PATCH] Remove copy and paste errors wrt ECDSA-SD header values. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b0cfe59..b6f56a2 100644 --- a/index.html +++ b/index.html @@ -613,7 +613,7 @@

parseBaseProofValue

  • Initialize `components` to an array that is the result of CBOR-decoding the -bytes that follow the three-byte ECDSA-SD base proof header. Ensure the result +bytes that follow the three-byte BBS base proof header. Ensure the result is an array of three elements.
  • @@ -901,7 +901,7 @@

    parseDerivedProofValue

    substring that follows the leading `u` in `proofValue`.
  • -Ensure that the `decodedProofValue` starts with the ECDSA-SD disclosure proof +Ensure that the `decodedProofValue` starts with the BBS disclosure proof header bytes `0xd9`, `0x5d`, and `0x03`, and throw an error if it does not.