Skip to content

Commit

Permalink
Merge pull request #41 from kriskwiatkowski/kris/fig2
Browse files Browse the repository at this point in the history
Small fix for Figure 2
  • Loading branch information
auriee authored Jan 29, 2024
2 parents 41b1c39 + d828254 commit c9e0749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-pquip-pqc-engineers.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ where pk is public key, sk is secret key, ct is the ciphertext representing an e
| Client | | Server |
+---------+ +---------+
+----------------------+ | |
| sk, pk = kemKeyGen() |-| |
| sk, pk = kemKeyGen() |-| |
+----------------------+ | |
| |
| pk |
Expand All @@ -361,7 +361,7 @@ where pk is public key, sk is secret key, ct is the ciphertext representing an e
| ct |
|<----------|
+------------------------+ | |
| ss = kemDecaps(ct, sk) |-| |
| ss = kemDecaps(ct, sk) |-| |
+------------------------+ | |
| |
~~~~~
Expand Down

0 comments on commit c9e0749

Please sign in to comment.