Skip to content

Commit

Permalink
Allow minimumNumberOfEntries to be different size than default.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jan 13, 2024
1 parent be72502 commit 23d8d7f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,10 @@ <h3>Validate Algorithm</h3>
<a href="#bitstringstatuslistentry">BitstringStatusListEntry</a>.
</li>
<li>
Let |minimumNumberOfEntries| be 131,072 unless a different lower bound is
established by a specific ecosystem specification.
</li>
<li>
Let |status purpose| be the value of `statusPurpose`
in the `credentialStatus` entry in the
|credentialToValidate|.
Expand Down Expand Up @@ -781,8 +785,8 @@ <h3>Validate Algorithm</h3>
</li>
<li>
If the length of the |revocation bitstring| divided by
<a href="#size">`size`</a> is less than 131,072, raise a
<a href="#STATUS_LIST_LENGTH_ERROR">STATUS_LIST_LENGTH_ERROR</a>.
<a href="#statusSize">`statusSize`</a> is less than |minimumNumberOfEntries|,
raise a <a href="#STATUS_LIST_LENGTH_ERROR">STATUS_LIST_LENGTH_ERROR</a>
</li>
<li>
Let |status| be the value in the |bitstring| at the position indicated
Expand All @@ -792,8 +796,8 @@ <h3>Validate Algorithm</h3>
raised.
</li>
<li>
</li>
Let |result| be an empty [=map=].
</li>
<li>
Set the `status` key in |result| to |status|, and set the `purpose` key in
|result| to the value of `statusPurpose`.
Expand Down

0 comments on commit 23d8d7f

Please sign in to comment.