Skip to content

Commit

Permalink
Merge pull request #425 from cfrg/caw/fix-preamble-signature
Browse files Browse the repository at this point in the history
Fix Preamble signature
  • Loading branch information
chris-wood authored Sep 28, 2023
2 parents 6683405 + 4812b06 commit fead7c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion draft-irtf-cfrg-opaque.md
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,8 @@ Input:
Output:
- preamble, the protocol transcript with identities and messages.

def Preamble(client_identity, ke1, server_identity, ke2):
def Preamble(client_identity, ke1, server_identity, credential_response,
server_nonce, server_public_keyshare):
preamble = concat("OPAQUEv1-",
I2OSP(len(context), 2), context,
I2OSP(len(client_identity), 2), client_identity,
Expand Down

0 comments on commit fead7c6

Please sign in to comment.