pstore2
Functions | Variables
crc32.hpp File Reference
#include <array>
#include <cstdint>
#include <cstdlib>
Include dependency graph for crc32.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename SpanType >
std::uint32_t pstore::crc32 (SpanType buf) noexcept
 

Variables

std::array< std::uint32_t, 256 > const pstore::details::crc32_tab