From 740d8df655b39155f457fb227d80e864de8482d1 Mon Sep 17 00:00:00 2001 From: Joseph Heenan Date: Thu, 7 Mar 2024 14:38:30 +0000 Subject: [PATCH] Apply Kristina's suggestion Co-authored-by: Kristina <52878547+Sakurann@users.noreply.github.com> --- openid-4-verifiable-presentations-1_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openid-4-verifiable-presentations-1_0.md b/openid-4-verifiable-presentations-1_0.md index cb0e8711..56f729c5 100644 --- a/openid-4-verifiable-presentations-1_0.md +++ b/openid-4-verifiable-presentations-1_0.md @@ -951,7 +951,7 @@ The design is illustrated in the following sequence diagram: !--- Figure: Reference Design for Response Mode `direct_post` -(1) The Verifier generates at least 16 fresh, cryptographically random bytes with sufficient entropy, associates it with the session and base64url encodes it for use in the nonce parameter. +(1) The Verifier produces a `nonce` value by generating at least 16 fresh, cryptographically random bytes with sufficient entropy, associates it with the session and base64url encodes it. (2) The Verifier initiates a new transaction at its Response Endpoint.