|
lime
Lime is a C++ library implementing Open Whisper System Signal protocol
|
Key pair structure for key exchange algorithm. More...
Public Member Functions | |
| X< Curve, lime::Xtype::privateKey > & | privateKey (void) |
| access the private key More... | |
| X< Curve, lime::Xtype::publicKey > & | publicKey (void) |
| access the public key More... | |
| Xpair (X< Curve, lime::Xtype::publicKey > &pub, X< Curve, lime::Xtype::privateKey > &priv) | |
| copy construct a key pair from public and private keys (no verification on validity of keys is performed) More... | |
| Xpair () | |
| bool | operator== (Xpair< Curve > b) const |
| == operator assert that public and private keys are the same More... | |
Key pair structure for key exchange algorithm.
|
inline |
copy construct a key pair from public and private keys (no verification on validity of keys is performed)
|
inline |
|
inline |
== operator assert that public and private keys are the same
|
inline |
access the private key
|
inline |
access the public key
1.8.11