From fe81529d35e07ac7ac83b96a3a4ded45d5500c06 Mon Sep 17 00:00:00 2001 From: John Gray <55205977+johngray-dev@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:56:39 -0400 Subject: [PATCH] Fix the ML-KEM encodings resolves #83 --- draft-ietf-lamps-pq-composite-kem.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/draft-ietf-lamps-pq-composite-kem.md b/draft-ietf-lamps-pq-composite-kem.md index bd35a8f..a2d419f 100644 --- a/draft-ietf-lamps-pq-composite-kem.md +++ b/draft-ietf-lamps-pq-composite-kem.md @@ -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** @@ -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**