wickr-crypto-c
|
Packet metadata included with all transport packets. More...
#include <transport_packet.h>
Data Fields | |
union { | |
wickr_transport_handshake_meta_t handshake | |
wickr_transport_data_meta_t data | |
} | body_meta |
wickr_transport_packet_payload_type | body_type |
wickr_transport_packet_mac_type | mac_type |
Packet metadata included with all transport packets.
wickr_transport_packet_meta::body_meta |
union that can either hold data unique to a handshake or user data packet
wickr_transport_packet_meta::body_type |
a field that indicates if this packet's body contains handshake or user data information
wickr_transport_packet_meta::mac_type |
the type of data authentication the packet has