#include <wireguard.h>
|
| CookiePacket (const std::string &buffer) |
|
crypto::string & | operator[] (const size_t &val) |
|
const crypto::string & | operator[] (const size_t &val) const |
|
std::string | Serialize () |
| Serialize the packet.
|
|
void | Expand (const std::string &buffer, const bool &fill=false) |
| Construct a Packet from a std::string.
|
|
|
static constexpr size_t | reserved = 0 |
|
static constexpr size_t | receiver = 1 |
|
static constexpr size_t | nonce = 2 |
|
static constexpr size_t | cookie = 3 |
|
The documentation for this class was generated from the following file: