Skip to content

Commit

Permalink
synced sections 6
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth committed Oct 21, 2024
1 parent d78f48b commit ebafc45
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions draft-ietf-lamps-pq-composite-kem.md
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ kema-CompositeKEM {

## CompositeCiphertextValue {#sec-CompositeCiphertextValue}

The compositeCipherTextValue is a SEQUENCE of the ciphertexts of the
The `CompositeCipherTextValue` is the DER encoing of a SEQUENCE of the ciphertexts from the
underlying component algorithms. It is represented in ASN.1 as follows:

~~~
Expand All @@ -861,11 +861,6 @@ CompositeCiphertextValue ::= SEQUENCE SIZE (2) OF OCTET STRING
The order of the component ciphertexts is the same as the order defined in {{sec-composite-pub-keys}}.


Some of the design choices for the combiner, specifically to place `tradSS` first, and to allow `tradCT || tradPK || Domain` to be treated together as a FixedInfo block are made for the purposes of compliance with [SP.800-56Cr2]; see {{sec-fips}} for more discussion.

See {{sec-cons-kem-combiner}} for further discussion of the security considerations of this KEM combiner.



# Algorithm Identifiers {#sec-alg-ids}

Expand Down

0 comments on commit ebafc45

Please sign in to comment.