From 4e5f55172947b3634fd67d7fc7a2251fc1dbc941 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Sun, 4 Aug 2024 18:21:25 -0400 Subject: [PATCH] Simplify JCS Create Proof algorithm. --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 3d3cc35..94e62f8 100644 --- a/index.html +++ b/index.html @@ -840,12 +840,12 @@

Create Proof (eddsa-jcs-2022)

  1. -If unsecuredDocument.@context is present, -set options.@context to -unsecuredDocument.@context. +Let |proof| be a clone of the proof options, |options|.
  2. -Let |proof| be a clone of the proof options, |options|. +If unsecuredDocument.@context is present, +set proof.@context to +unsecuredDocument.@context.
  3. Let |proofConfig| be the result of running the algorithm in