From ec775419e24c39cd421de274c185e866f569c868 Mon Sep 17 00:00:00 2001 From: Kevin Lewi Date: Sat, 21 Sep 2024 06:56:57 -0700 Subject: [PATCH] Fixing FinalizeRegistrationRequest diagram API (#465) --- draft-irtf-cfrg-opaque.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/draft-irtf-cfrg-opaque.md b/draft-irtf-cfrg-opaque.md index 8860636..d0e3661 100644 --- a/draft-irtf-cfrg-opaque.md +++ b/draft-irtf-cfrg-opaque.md @@ -793,7 +793,9 @@ The registration protocol then runs as shown below: response <------------------------- - (record, export_key) = FinalizeRegistrationRequest(response, + (record, export_key) = FinalizeRegistrationRequest(password, + blind, + response, server_identity, client_identity)