Name Description Size
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