lime
Lime is a C++ library implementing Open Whisper System Signal protocol
|
Base buffer definition for DSA data structure. More...
Public Member Functions | |
DSA (std::vector< uint8_t >::const_iterator buffer) | |
contruct from a std::vector<uint8_t> More... | |
DSA () | |
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 DSA data structure.
easy use of array types with correct size
|
inline |
contruct 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