From a9761d584c59ab8d4b0efc79d94ccb839f90837e Mon Sep 17 00:00:00 2001 From: Greg Bernstein Date: Mon, 8 Jan 2024 14:33:12 -0800 Subject: [PATCH] Edit algs to permit more general proof options: wording clarification. Co-authored-by: Ted Thibodeau Jr --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3fe6295..68e4a0d 100644 --- a/index.html +++ b/index.html @@ -966,7 +966,7 @@

Proof Configuration (ecdsa-jcs-2019)

Let proofConfig be a clone of the options object.
  • -If proofConfig.type is not set to `DataIntegrityProof` and +If proofConfig.type is not set to `DataIntegrityProof` and/or proofConfig.cryptosuite is not set to `ecdsa-jcs-2019`, an `INVALID_PROOF_CONFIGURATION` error MUST be raised.