Skip to content

Commit

Permalink
fix the OID in the decoded ML-KEM-1204 private key (#75)
Browse files Browse the repository at this point in the history
fixes #74
  • Loading branch information
tomato42 authored Nov 4, 2024
1 parent 692f07d commit 8871c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-lamps-kyber-certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ The following is an example of a ML-KEM-1024 private key from the same seed.
0 82: SEQUENCE
2 2: INTEGER 0
5 11: SEQUENCE {
7 9: OBJECT IDENTIFIER '2.16.840.1.101.3.4.4.2'
7 9: OBJECT IDENTIFIER '2.16.840.1.101.3.4.4.3'
: }
18 64: OCTET STRING
: 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f
Expand Down

0 comments on commit 8871c86

Please sign in to comment.