Skip to content

Commit

Permalink
Update draft-ietf-lamps-pq-composite-sigs.md
Browse files Browse the repository at this point in the history
Add more text
  • Loading branch information
johngray-dev authored Nov 25, 2024
1 parent bec1ee6 commit b8ce2c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions draft-ietf-lamps-pq-composite-sigs.md
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,14 @@ 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

~~~
{: #alg-composite-serialize title="Composite SerializeKey(pk)"}

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


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

Expand Down

0 comments on commit b8ce2c7

Please sign in to comment.