HPKE wrapped transmission key - #93
Merged
Merged
Conversation
tylerccarson
force-pushed
the
qrc
branch
9 times, most recently
from
December 5, 2025 19:56
e6b80cd to
0149b89
Compare
tylerccarson
marked this pull request as ready for review
December 5, 2025 19:57
tylerccarson
requested review from
THeflinKeeper and
saldoukhov
as code owners
December 5, 2025 19:57
tylerccarson
force-pushed
the
qrc
branch
4 times, most recently
from
December 10, 2025 17:22
905bd2f to
c73bf43
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
tylerccarson
force-pushed
the
qrc
branch
6 times, most recently
from
December 10, 2025 18:03
50237c6 to
1748674
Compare
Adds quantum-resistant HPKE wrapped transmission key implementation, which is opt-in via the `useHpkeForTransmissionKey` config option. Not all environments support this yet, but should be suitable for testing. Remaining public keys will be added ASAP. Updates protobufs to get needed ecKeyId field on QrcMessageKey.
THeflinKeeper
approved these changes
Dec 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds quantum-resistant HPKE wrapped transmission key implementation, which is opt-in via the
useHpkeForTransmissionKeyconfig option. Not all environments support this yet, but should be suitable for testing. Remaining public keys will be added ASAP.Updates protobufs to get needed ecKeyId field on QrcMessageKey.