|
lime
Lime is a C++ library implementing Open Whisper System Signal protocol
|
structure to hold the keys used in asymmetric ratchet For EC only DR, it holds More...
Public Member Functions | |
| ARKeys (const ARrKey< Curve > &DHr) | |
| ARKeys (bool valid=false) | |
| ARKeys (const ARsKey< Curve > &DHs) | |
| void | setValid (bool valid) |
| bool | getValid (void) const |
| void | setDHr (const ARrKey< Curve > &DHr) |
| ARrKey< Curve > & | getDHr (void) |
| const ARrKey< Curve > & | cgetDHr (void) const |
| const ARrKey< Curve >::serializedBuffer | serializeDHr (void) |
| void | setDHs (const ARsKey< Curve > &DHs) |
| ARsKey< Curve > & | getDHs (void) |
| const ARsKey< Curve > & | cgetDHs (void) const |
| const ARsKey< Curve >::serializedBuffer | serializeDHs (void) |
| const std::vector< uint8_t > | serializePublicDHs (void) const |
structure to hold the keys used in asymmetric ratchet For EC only DR, it holds
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.10