Skip to content

Commit

Permalink
Merge PR #338
Browse files Browse the repository at this point in the history
  • Loading branch information
markafoltz committed Sep 19, 2024
1 parent 7abdb88 commit 49200b2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions network_messages.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ psk-input-method = &(
qr-code: 1
)

auth-initiation-token = (
auth-initiation-token = {
? 0: text ; token
)
}

auth-spake2-psk-status = &(
psk-needs-presentation: 0
Expand Down Expand Up @@ -41,7 +41,9 @@ auth-status = {

; type key 1005
auth-spake2-handshake = {
0: auth-spake2-psk-status ; psk-status
1: bytes ; public-value
0: auth-initiation-token; initiation-token
1: auth-spake2-psk-status ; psk-status
2: bytes ; public-value
}


0 comments on commit 49200b2

Please sign in to comment.