@@ -246,17 +246,17 @@ <h3>Conceptual Framework</h3>
246
246
remain unrevoked. This will ensure long sections of bits that are the same
247
247
value and thus highly compressible using run-length compression techniques
248
248
such as GZIP [[RFC1952]]. The default status list size is 131,072 entries,
249
- equivalent to 16KB of single bit values. When only a handful of < a > verifiable
250
- credentials</ a > are revoked, the compressed bitstring size is reduced down to a
251
- few hundred bytes.
249
+ equivalent to 16 KB of single bit values. When only a handful of
250
+ < a > verifiable credentials</ a > are revoked, GZIP compresses the bitstring
251
+ to a few hundred bytes.
252
252
</ p >
253
253
254
254
< p >
255
255
Another benefit of using a bitstring is that it enables large numbers of
256
256
< a > verifiable credential</ a > statuses to be placed in the same list.
257
- This specification utilizes a minimum list length of 131,072. This
258
- population size ensures an adequate amount of herd privacy in the average case.
259
- If better herd privacy is required, the bitstring can be made to be larger.
257
+ This specification uses a minimum list length of 131,072. This
258
+ size ensures an adequate amount of herd privacy in the average case.
259
+ If better herd privacy is required, the bitstring can be made larger.
260
260
</ p >
261
261
262
262
< figure id ="bitstring ">
@@ -951,8 +951,8 @@ <h3>Processing Errors</h3>
951
951
STATUS_LIST_LENGTH_ERROR (-130)
952
952
</ dt >
953
953
< dd >
954
- The status list does not meet the minimum herd privacy length requirements.
955
- See Section < a href ="#validate-algorithm "> </ a > .
954
+ The status list length does not satisfy the minimum length required for
955
+ herd privacy. See Section < a href ="#validate-algorithm "> </ a > .
956
956
</ dd >
957
957
</ dl >
958
958
</ section >
0 commit comments