Find
C
ase-sensitive
R
egexp search
Path
Showing
75dbccf6
from
2026-04-24
:
Bug
1953623
- Don't check folder lock before running junk filters (when not pop) so that notifications don't show junk. r=tobyp
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.
10316
-
kex_to_kem_adapter.h
Adapter to use a key agreement key pair (e.g. ECDH) as a key encapsulation mechanism.
3250
-