Skip to content

Commit

Permalink
Merge pull request #84 from lamps-wg/83-Fix-MLKEM-Encodings
Browse files Browse the repository at this point in the history
Fix the ML-KEM encodings
  • Loading branch information
johngray-dev authored Oct 23, 2024
2 parents de2d8de + fe81529 commit af137b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-lamps-pq-composite-kem.md
Original file line number Diff line number Diff line change
Expand Up @@ -1249,11 +1249,11 @@ The following sections list explicitly the DER encoded `AlgorithmIdentifier` tha
~~~
ASN.1:
algorithm AlgorithmIdentifier ::= {
algorithm id-alg-ml-kem-768 -- (2.16.840.1.101.4.2)
algorithm id-alg-ml-kem-768 -- (2.16.840.1.101.3.4.4.2)
}

DER:
30 0B 06 07 60 86 48 01 65 04 02
30 0B 06 07 60 86 48 01 65 03 04 04 02
~~~

**ML-KEM-1024**
Expand All @@ -1263,11 +1263,11 @@ ASN.1:
~~~
ASN.1:
algorithm AlgorithmIdentifier ::= {
algorithm id-alg-ml-kem-1024 -- (2.16.840.1.101.4.3)
algorithm id-alg-ml-kem-1024 -- (2.16.840.1.101.3.4.4.3)
}

DER:
30 0B 06 07 60 86 48 01 65 04 03
30 0B 06 07 60 86 48 01 65 03 04 04 03
~~~

**RSA-OAEP - all sizes**
Expand Down

0 comments on commit af137b5

Please sign in to comment.