|
Open C++ Libraries.org develop
|
Crc32 implementation in C++. More...
#include <crc_hash_fwd.hpp>
Static Public Member Functions | |
| template<typename Algorithm , typename Ch = char> | |
| static constexpr Algorithm | crc (const Ch *in, std::size_t len) |
Static Public Attributes | |
| static constexpr const uint16_t | crc_sz_ = 256U |
| static constexpr uint32_t | crc_array_ [crc_sz_] |
Crc32 implementation in C++.
implements a trait object for crc hashing.