From e5ae1ecd064dc4e3f89b5c9adb92d5c7ac499af5 Mon Sep 17 00:00:00 2001 From: John Gray <55205977+johngray-dev@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:48:43 -0500 Subject: [PATCH] Update draft-ietf-lamps-pq-composite-sigs.md add title to Deserialization... I think there needed to be a new line between the tilde characters ~~~ --- draft-ietf-lamps-pq-composite-sigs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/draft-ietf-lamps-pq-composite-sigs.md b/draft-ietf-lamps-pq-composite-sigs.md index 9ae1d1f..2350c71 100644 --- a/draft-ietf-lamps-pq-composite-sigs.md +++ b/draft-ietf-lamps-pq-composite-sigs.md @@ -760,10 +760,11 @@ Deserialization Process: if NOT mldsaKey or NOT tradKey: output "Deserialization error" - 5. Output the composite ML-DSA public key + 5. Output the composite ML-DSA key output (mldsaPK, tradPK) ~~~ +{: #alg-composite-deserialize title="Composite DeserializeKey(bytes)"} # Composite Key Structures {#sec-composite-structs}