Skip to content

Commit

Permalink
Add ML-KEM-P*Keys to ASN.1 Module
Browse files Browse the repository at this point in the history
Closes #90.
  • Loading branch information
seanturner authored Jan 8, 2025
1 parent ba3c740 commit d72234b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion X509-ML-KEM-2024.asn
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ PublicKeys PUBLIC-KEY ::= {
}

--
-- ML-KEM Public Keys
-- ML-KEM Public Keys & Private Key
--

pk-ml-kem-512 PUBLIC-KEY ::= {
Expand All @@ -88,4 +88,8 @@ pk-ml-kem-1024 PUBLIC-KEY ::= {
--- PRIVATE-KEY no ASN.1 wrapping --
}

ML-KEM-PublicKey ::= OCTET STRING (SIZE (800 | 1184 | 1568))

ML-KEM-PrivateKey ::= OCTET STRING (SIZE (64))

END

0 comments on commit d72234b

Please sign in to comment.