Skip to content

Commit

Permalink
Fixing FinalizeRegistrationRequest diagram API (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlewi authored Sep 21, 2024
1 parent 72703ea commit ec77541
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion draft-irtf-cfrg-opaque.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ec77541

Please sign in to comment.