Skip to content

Commit

Permalink
Sprinkle warnings about examples (#40)
Browse files Browse the repository at this point in the history
Added warnings in the I-D that indicate examples were made before FIPS 203 was finalized.
  • Loading branch information
seanturner authored Mar 4, 2024
1 parent d34027d commit 7dbb352
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions draft-ietf-lamps-kyber-certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ and will use placeholders until these are released.]

# Introduction

<aside markdown="block">
WARNING: This I-D includes examples. These examples were generated
prior to NIST finalizing [DRAFTFIPS203].
</aside>

Module-Lattice-Based Key-Encapsulation Mechanism (ML-KEM), also
known as Kyber, is a key-encapsulation mechanism (KEM) standardized
by the US NIST PQC Project {{DRAFTFIPS203}}. This document specifies the
Expand Down Expand Up @@ -255,6 +260,11 @@ The fields in SubjectPublicKeyInfo have the following meaning:
The following is an example of a ML-KEM-512 public key encoded using the
textual encoding defined in {{?RFC7468}}:

<aside markdown="block">
WARNING: This example was generated prior to NIST
finalizing [DRAFTFIPS203].
</aside>

~~~
-----BEGIN PUBLIC KEY-----
TODO insert example public key
Expand Down Expand Up @@ -316,6 +326,11 @@ PqckemPrivateKey object and wrapped by the OCTET STRING of the
The following is an example of a ML-KEM-512 private key encoded using the
textual encoding defined in {{RFC7468}}:

<aside markdown="block">
WARNING: This example was generated prior to NIST
finalizing [DRAFTFIPS203].
</aside>

~~~
-----BEGIN PRIVATE KEY-----
TODO iser example private key
Expand All @@ -326,6 +341,11 @@ The following example, in addition to encoding the ML-KEM-512 private key,
has an attribute included as well as the public key. As with the
prior example, the textual encoding defined in {{RFC7468}} is used:

<aside markdown="block">
WARNING: This example was generated prior to NIST
finalizing [DRAFTFIPS203].
</aside>

~~~
-----BEGIN PRIVATE KEY-----
TODO insert example private key with attribute
Expand Down

0 comments on commit 7dbb352

Please sign in to comment.