diff --git a/draft-ietf-pquip-pqc-engineers.md b/draft-ietf-pquip-pqc-engineers.md index 21d675e..0c90777 100644 --- a/draft-ietf-pquip-pqc-engineers.md +++ b/draft-ietf-pquip-pqc-engineers.md @@ -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 | @@ -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) |-| | +------------------------+ | | | | ~~~~~