From 32ed0173022dc81fc751883dfa1865c5334067d6 Mon Sep 17 00:00:00 2001 From: Greg Bernstein Date: Tue, 4 Jun 2024 15:55:36 -0700 Subject: [PATCH] JCS Context Injection: update proofConfig to be clone of options as done in all other specs and don't set individual fields. Co-authored-by: Dave Longley --- index.html | 8 -------- 1 file changed, 8 deletions(-) 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.