diff --git a/index.html b/index.html index cb3970b..e9c6552 100644 --- a/index.html +++ b/index.html @@ -747,6 +747,10 @@

Validate Algorithm

BitstringStatusListEntry.
  • +Let |minimumNumberOfEntries| be 131,072 unless a different lower bound is +established by a specific ecosystem specification. +
  • +
  • Let |status purpose| be the value of `statusPurpose` in the `credentialStatus` entry in the |credentialToValidate|. @@ -781,8 +785,8 @@

    Validate Algorithm

  • If the length of the |revocation bitstring| divided by -`size` is less than 131,072, raise a -STATUS_LIST_LENGTH_ERROR. +`statusSize` is less than |minimumNumberOfEntries|, +raise a STATUS_LIST_LENGTH_ERROR
  • Let |status| be the value in the |bitstring| at the position indicated @@ -792,8 +796,8 @@

    Validate Algorithm

    raised.
  • -
  • Let |result| be an empty [=map=]. +
  • Set the `status` key in |result| to |status|, and set the `purpose` key in |result| to the value of `statusPurpose`.