Skip to content

Commit

Permalink
Remove unnecessary input from *Base Proof Serialization (bbs-2023)* p…
Browse files Browse the repository at this point in the history
…rocedure. This information is check and used prior to this procedure.
  • Loading branch information
Wind4Greg authored and msporny committed Jun 30, 2024
1 parent 268ba48 commit 72feec7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1500,16 +1500,13 @@ <h4>Base Proof Serialization (bbs-2023)</h4>
<a data-cite="vc-data-integrity#algorithms">
Section 4: Algorithms</a>. Required inputs are
cryptographic hash data (|hashData|),
<em>proof options</em> (|options|), |featureOption|, and, if required,
|featureOption|, and, if required,
|commitment_with_proof|.
If |featureOption| is set to `"anonymous_holder_binding"` or
`"pseudonym_hidden_pid"`, the
|commitment_with_proof| input MUST be supplied; if not supplied, an error SHOULD be
returned.
The <em>proof options</em> MUST contain a type identifier for the
<a data-cite="vc-data-integrity#dfn-cryptosuite">
cryptographic suite</a> (|type|) and MAY contain a cryptosuite
identifier (|cryptosuite|). A single <em>digital proof</em> value
A single <em>digital proof</em> value
represented as series of bytes is produced as output.
</p>

Expand Down

0 comments on commit 72feec7

Please sign in to comment.