Find
C
ase-sensitive
R
egexp search
Path
Showing
72b8ba07
from
2026-06-11
:
Bug
2047018
- Add channel parent process tracking to message channels. r=coreycb
comm-central
/
third_party
/
botan
/
src
/
lib
/
pubkey
/
kex_to_kem_adapter
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
info.txt
262
-
kex_to_kem_adapter.cpp
This helper determines the length of the agreed-upon value depending on the key agreement public key's algorithm type. It would be better to get this value via PK_Key_Agreement::agreed_value_size(), but instantiating a PK_Key_Agreement object requires a PrivateKey object which we don't have (yet) in the context this is used. TODO: Find a way to get this information without duplicating those implementation details of the key agreement algorithms.
10631
-
kex_to_kem_adapter.h
Adapter to use a key agreement key pair (e.g. ECDH) as a key encapsulation mechanism.
3268
-