Contents
#include <cryptotypes.h> struct Block { // fields uint8* data; uint32 length; // construction Block (const void* data = nullptr, uint32 length = 0); };