Skip to content

Commit

Permalink
Merge pull request #85 from jiep/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
ounsworth authored Nov 9, 2024
2 parents af137b5 + 747f274 commit 8810bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-lamps-pq-composite-kem.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ Output:

Key Generation Process:

1. Generate componint keys
1. Generate component keys

(mlkemPK, mlkemSK) = ML-KEM.KeyGen()
(tradPK, tradSK) = Trad.KeyGen()
Expand Down Expand Up @@ -558,7 +558,7 @@ Composite-ML-KEM.Encap(pk) -> (ss, ct)

Explicit Input:

pk Composite public key conisting of encryption public keys
pk Composite public key consisting of encryption public keys
for each component.

Implicit inputs:
Expand Down

0 comments on commit 8810bc0

Please sign in to comment.