From 136ca93f3e74cf0fa459824a3698a8b9aad6eddb Mon Sep 17 00:00:00 2001 From: Bas Westerbaan Date: Thu, 12 Dec 2024 15:33:11 +0100 Subject: [PATCH] Clarify meaning of sizes in table Cf #1 --- draft-ietf-lamps-dilithium-certificates.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/draft-ietf-lamps-dilithium-certificates.md b/draft-ietf-lamps-dilithium-certificates.md index 8458ead..23c70aa 100644 --- a/draft-ietf-lamps-dilithium-certificates.md +++ b/draft-ietf-lamps-dilithium-certificates.md @@ -605,6 +605,10 @@ as reference. The parameter sets defined for NIST security levels 2, 3 and 5 are listed in the Figure 1, along with the resulting signature size, public key, and private key sizes in bytes. +Note that these are the sizes of + the plain private and public keys; and + not the sizes of the resultant OneAsymmetricKey and SubjectPublicKeyInfo + objects in which they are wrapped.