1#ifndef IV_SRC_CRYPTO_CRC32__HPP_
2#define IV_SRC_CRYPTO_CRC32__HPP_
19 uint32_t
update(
const char *data, uint32_t length);
Crc32(Crc32 &&other)=delete
Crc32 & operator=(const Crc32 &&other)=delete
Crc32 & operator=(const Crc32 &other)=delete
uint32_t m_value
Definition Crc32.hpp:22
uint32_t update(const char *data, uint32_t length)
Definition Crc32.cpp:41
Crc32(const Crc32 &other)=delete
Crc32()
Definition Crc32.cpp:34