Skip to content

Commit

Permalink
synced sections 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth committed Oct 21, 2024
1 parent a04c97d commit d8549de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions draft-ietf-lamps-pq-composite-kem.md
Original file line number Diff line number Diff line change
Expand Up @@ -803,17 +803,18 @@ When an octet string is required, the DER encoding of the composite data structu

~~~ ASN.1
CompositeKEMPublicKeyOs ::= OCTET STRING
(CONTAINING CompositeKEMPublicKey ENCODED BY der)
(CONTAINING CompositeKEMPublicKey ENCODED BY der)
~~~

When a bit string is required, the octets of the DER encoded composite data structure SHALL be used as the bits of the bit string, with the most significant bit of the first octet becoming the first bit, and so on, ending with the least significant bit of the last octet becoming the last bit of the bit string.

~~~ ASN.1
CompositeKEMPublicKeyBs ::= BIT STRING
(CONTAINING CompositeKEMPublicKey ENCODED BY der)
(CONTAINING CompositeKEMPublicKey ENCODED BY der)
~~~


In the interests of simplicity and avoiding compatibility issues, implementations that parse these structures MAY accept both BER and DER.

## Key Usage Bits

Expand Down

0 comments on commit d8549de

Please sign in to comment.