diff --git a/draft-ietf-lamps-kyber-certificates.md b/draft-ietf-lamps-kyber-certificates.md index 41f2a8b..0a99c43 100644 --- a/draft-ietf-lamps-kyber-certificates.md +++ b/draft-ietf-lamps-kyber-certificates.md @@ -471,9 +471,6 @@ key in the previous section. {::include ./example/ML-KEM-512.pub.txt} ~~~ - The following is the ML-KEM-768 public key corresponding to the private key in the previous section. @@ -485,9 +482,6 @@ key in the previous section. ~~~ {::include ./example/ML-KEM-768.pub.txt} ~~~ - The following is the ML-KEM-1024 public key corresponding to the private key in the previous section. @@ -499,15 +493,17 @@ key in the previous section. ~~~ {::include ./example/ML-KEM-1024.pub.txt} ~~~ - ## Example Certificates {#example-certificate} + + The following is the ML-KEM-512 certificate that corresponding to the public key in the previous section signed with the ML-DSA-44 private key -from {{?I-D.ietf-lamps-dilithium-certificates}}. +from {{I-D.ietf-lamps-dilithium-certificates}}. ~~~ {::include ./example/ML-KEM-512.crt} @@ -517,6 +513,11 @@ from {{?I-D.ietf-lamps-dilithium-certificates}}. {::include ./example/ML-KEM-512.crt.txt} ~~~ + + The following is the ML-KEM-768 certificate that corresponding to the public key in the previous section signed with the ML-DSA-65 private key from {{I-D.ietf-lamps-dilithium-certificates}}. @@ -529,6 +530,11 @@ from {{I-D.ietf-lamps-dilithium-certificates}}. {::include ./example/ML-KEM-768.crt.txt} ~~~ + + The following is the ML-KEM-1024 certificate that corresponding to the public key in the previous section signed with the ML-DSA-87 private key from {{I-D.ietf-lamps-dilithium-certificates}}.