Skip to content

Commit

Permalink
SignatureVerify should be section 4.3, not 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth authored Sep 11, 2024
1 parent 0c5ced7 commit 01194b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-lamps-pq-composite-sigs.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Signature Generation Process:

It is possible to construct `CompositePrivateKey`(s) to generate signatures from component keys stored in separate software or hardware keystores. Variations in the process to accommodate particular private key storage mechanisms are considered to be conformant to this document so long as it produces the same output as the process sketched above.

### Signature Verify {#sec-comp-sig-verify}
## Signature Verify {#sec-comp-sig-verify}

Verification of a composite signature involves reconstructing the M' message first by concatenating the Domain separator (i.e., the DER encoding of the used Composite scheme's OID) with the Hash of the original message and then applying each component algorithm's verification process to the new message M'.

Expand Down

0 comments on commit 01194b6

Please sign in to comment.