Contents
#include <corecrc.h> struct Table { // fields static constexpr int kSize = 256; CrcType data[kSize] = {}; };