Skip to content

Commit

Permalink
Update draft-ietf-lamps-pq-composite-sigs.md
Browse files Browse the repository at this point in the history
Fix title for signature serialization
  • Loading branch information
johngray-dev authored Nov 27, 2024
1 parent 6654275 commit 039a595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-lamps-pq-composite-sigs.md
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ Serialization Process:
bytes = mldsaEncodedSignature || tradEncodedSignature
output bytes
~~~
{: #alg-composite-serialize title="Composite SerializeSignatureValue(CompositeSignatureValue)"}
{: #alg-composite-serialize-sig title="Composite SerializeSignatureValue(CompositeSignatureValue)"}


Deserialization reverses this process, raising an error in the event that the input is malformed.
Expand Down Expand Up @@ -845,7 +845,7 @@ Deserialization Process:

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

## ML-DSA public key, private key and Signature sizes for serialization and deserialization

Expand Down

0 comments on commit 039a595

Please sign in to comment.