diff --git a/index.html b/index.html index 42462e3..73cdeee 100644 --- a/index.html +++ b/index.html @@ -1082,14 +1082,6 @@

Proof Configuration (eddsa-jcs-2022)

Let proofConfig be a clone of the options object.
  • -Set proofConfig.type to -options.type. -
  • -
  • -If options.cryptosuite is set, set -proofConfig.cryptosuite to its value. -
  • -
  • If options.type is not set to `DataIntegrityProof` and proofConfig.cryptosuite is not set to `eddsa-jcs-2022`, an `INVALID_PROOF_CONFIGURATION` error MUST be raised.