Skip to content

Commit 7f2d774

Browse files
committed
Ensure that listCount results in decent list/download sizes.
1 parent 6ee0fca commit 7f2d774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ <h3>TerseBitstringStatusListEntry</h3>
650650
a number of status lists |listCount| = 2^32 / |listLength| for a 32-bit `terseStatusListIndex`.
651651
|listLength| is needed to convert from a `TerseBitstringStatusListEntry` to a `BitstringStatusListEntry`.
652652
Noting that some values of |listLength| will harm the privacy-preserving properties of these status lists,
653-
implementations MUST use |listLength| = 2^17 and |listCount| = 2^15.
653+
implementations MUST use |listLength| = 2^26 and |listCount| = 2^6.
654654
</p>
655655

656656
</section>

0 commit comments

Comments
 (0)