Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust Security Strengths section #85

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions draft-ietf-lamps-kyber-certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ as per {{RFC5280}}, certificates use the Distinguished Encoding Rules; see
<CODE ENDS>
~~~

# Security Strengths {#arnold}
# Parameter Set Security and Sizes {#arnold}

Instead of defining the strength of a quantum algorithm in a traditional
manner using the imprecise notion of bits of security, NIST has
Expand All @@ -396,12 +396,12 @@ Levels 2 and 4 use collision search for SHA-256 and SHA-384 as reference.
TODO: what should go in this table?
</aside>

| Level | Parameter Set | Encap. Key | Decap. Key | Ciphertext | SS |
|- |- |- |- |- |- |
| 1 | ML-KEM-512 | 800 | 1632 | 768 | 32 |
| 3 | ML-KEM-768 | 1184 | 2400 | 1952 | 32 |
| 5 | ML-KEM-1024 | 1568 | 3168 | 2592 | 32 |
{: #tab-strengths title="ML-KEM security strengths"}
| Level | Parameter Set | Encap. Key | Decap. Key | Ciphertext | Secret |
|- |- |- |- |- |- |
| 1 | ML-KEM-512 | 800 | 1632 | 768 | 32 |
| 3 | ML-KEM-768 | 1184 | 2400 | 1952 | 32 |
| 5 | ML-KEM-1024 | 1568 | 3168 | 2592 | 32 |
{: #tab-strengths title="Mapping between NIST Security Level, ML-KEM parameter set, and sizes in bytes"}

# Examples {#examples}

Expand Down
Loading