lime
Lime is a C++ library implementing Open Whisper System Signal protocol
|
Base buffer definition for Key Exchange data structure. More...
Public Member Functions | |
X (std::vector< uint8_t >::const_iterator buffer) | |
construct from a std::vector<uint8_t> More... | |
X () | |
void | assign (std::vector< uint8_t >::const_iterator buffer) |
copy from a std::vector<uint8_t> More... | |
![]() | |
~sBuffer () | |
zeroise all buffer when done More... | |
Static Public Member Functions | |
static constexpr size_t | ssize (void) |
provide a static size function to be able to call the function not on an object More... | |
Base buffer definition for Key Exchange data structure.
easy use of array types with correct size
|
inline |
construct from a std::vector<uint8_t>
|
inline |
copy from a std::vector<uint8_t>
|
inlinestatic |
provide a static size function to be able to call the function not on an object