|
lime
Lime is a C++ library implementing Open Whisper System Signal protocol
|
This is the complete list of members for lime::KEM< Algo >, including all inherited members.
| createKeyPair(Kpair< Algo > &keyPair)=0 | lime::KEM< Algo > | pure virtual |
| decaps(const K< Algo, lime::Ktype::privateKey > &privateKey, const K< Algo, lime::Ktype::cipherText > &cipherText, K< Algo, lime::Ktype::sharedSecret > &sharedSecret)=0 | lime::KEM< Algo > | pure virtual |
| encaps(const K< Algo, lime::Ktype::publicKey > &publicKey, K< Algo, lime::Ktype::cipherText > &cipherText, K< Algo, lime::Ktype::sharedSecret > &sharedSecret)=0 | lime::KEM< Algo > | pure virtual |
| ~KEM()=default | lime::KEM< Algo > | virtual |
1.8.10