Skip to content

Commit

Permalink
Fix grammar in minimum status list size text.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
msporny and TallTed authored Dec 30, 2023
1 parent 26a24e7 commit 3fc6cba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,17 +245,17 @@ <h3>Conceptual Framework</h3>
remain unrevoked. This will ensure long sections of bits that are the same
value and thus highly compressible using run-length compression techniques
such as GZIP [[RFC1952]]. The default status list size is 131,072 entries,
equivalent to 16KB of single bit values. When only a handful of <a>verifiable
credentials</a> are revoked, the compressed bitstring size is reduced down to a
few hundred bytes.
equivalent to 16&nbsp;KB of single bit values. When only a handful of
<a>verifiable credentials</a> are revoked, GZIP compresses the bitstring
to a few hundred bytes.
</p>

<p>
Another benefit of using a bitstring is that it enables large numbers of
<a>verifiable credential</a> statuses to be placed in the same list.
This specification utilizes a minimum list length of 131,072. This
population size ensures an adequate amount of herd privacy in the average case.
If better herd privacy is required, the bitstring can be made to be larger.
This specification uses a minimum list length of 131,072. This
size ensures an adequate amount of herd privacy in the average case.
If better herd privacy is required, the bitstring can be made larger.
</p>

<figure id="bitstring">
Expand Down Expand Up @@ -876,8 +876,8 @@ <h3>Processing Errors</h3>
STATUS_LIST_LENGTH_ERROR (-130)
</dt>
<dd>
The status list does not meet the minimum herd privacy length requirements.
See Section <a href="#validate-algorithm"></a>.
The status list length does not satisfy the minimum length required for
herd privacy. See Section <a href="#validate-algorithm"></a>.
</dd>
</dl>
</section>
Expand Down

0 comments on commit 3fc6cba

Please sign in to comment.