Skip to content

Commit 3fc6cba

Browse files
mspornyTallTed
andauthored
Fix grammar in minimum status list size text.
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 26a24e7 commit 3fc6cba

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -245,17 +245,17 @@ <h3>Conceptual Framework</h3>
245245
remain unrevoked. This will ensure long sections of bits that are the same
246246
value and thus highly compressible using run-length compression techniques
247247
such as GZIP [[RFC1952]]. The default status list size is 131,072 entries,
248-
equivalent to 16KB of single bit values. When only a handful of <a>verifiable
249-
credentials</a> are revoked, the compressed bitstring size is reduced down to a
250-
few hundred bytes.
248+
equivalent to 16&nbsp;KB of single bit values. When only a handful of
249+
<a>verifiable credentials</a> are revoked, GZIP compresses the bitstring
250+
to a few hundred bytes.
251251
</p>
252252

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

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

0 commit comments

Comments
 (0)