Skip to content

Question:Do PQ-KEMs kyber and KEMs approved for 4th round , need Domain Separation for deriving multiple keys from shared secret? #1262

Answered by dstebila
evil-user asked this question in Q&A
Discussion options

You must be logged in to vote

Any cryptographic key, including those output by KEMs, should only be used for a single purpose. If you need to use multiple symmetric algorithms (e.g., AES for encryption and then HMAC for authentication), you should use a key derivation function to derive multiple computationally independent keys from the single key.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@evil-user
Comment options

@dstebila
Comment options

Answer selected by dstebila
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1261 on July 25, 2022 11:10.