Skip to content

Commit

Permalink
omit OneAsymmetricKey.publicKey field
Browse files Browse the repository at this point in the history
Closes #60.
  • Loading branch information
seanturner authored Oct 23, 2024
1 parent e618216 commit aec16fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion draft-ietf-lamps-kyber-certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,9 @@ algorithm itself.
</aside>

When used in a OneAsymmetricKey type, the privateKey OCTET STRING contains
the raw octet string encoding of the 64-octet seed.
the raw octet string encoding of the 64-octet seed. The publicKey field
SHOULD be omitted because the public key can be compute as noted earlier
in this section.

<aside markdown="block">
NOTE: There exist some private key import functions that have not
Expand Down

0 comments on commit aec16fd

Please sign in to comment.