We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee0fca commit 7f2d774Copy full SHA for 7f2d774
index.html
@@ -650,7 +650,7 @@ <h3>TerseBitstringStatusListEntry</h3>
650
a number of status lists |listCount| = 2^32 / |listLength| for a 32-bit `terseStatusListIndex`.
651
|listLength| is needed to convert from a `TerseBitstringStatusListEntry` to a `BitstringStatusListEntry`.
652
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.
+implementations MUST use |listLength| = 2^26 and |listCount| = 2^6.
654
</p>
655
656
</section>
0 commit comments