Skip to content

Commit

Permalink
Update draft-ietf-lamps-pq-composite-sigs.md
Browse files Browse the repository at this point in the history
Remove tags around serialization and deserialziation
  • Loading branch information
johngray-dev authored Nov 25, 2024
1 parent f928720 commit 26ea6ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions draft-ietf-lamps-pq-composite-sigs.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ Note that in step 4 above, the function fails early if the first component fails
## SerializeKey and DeserializeKey

The serialization routine for keys simply concatenates the fixed-length public or private keys of the component signatures, as defined below:

~~~
Composite-ML-DSA.SerializeKey(key) -> bytes

Expand Down Expand Up @@ -709,7 +710,6 @@ Serialization Process:
bytes = encodedLength || mldsaEncodedPK || tradEncodedPK
output bytes
~~~
{: #alg-composite-serialize title="Composite SerializeKey(pk)"}

Deserialization reverses this process, raising an error in the event that the input is malformed.

Expand Down Expand Up @@ -762,8 +762,6 @@ Deserialization Process:

output (mldsaPK, tradPK)
~~~
{: #alg-composite-deserialize title="Composite DeserializeKey(bytes)"}


# Composite Key Structures {#sec-composite-structs}

Expand Down

0 comments on commit 26ea6ac

Please sign in to comment.