Find
C
ase-sensitive
R
egexp search
Path
Showing
92487bf5
:
Bug
2016965
- Add annotations for unsupported tabs API properties. r=kaie
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
-