2#ifndef IV_SRC_CRYPTO_CRC16_HPP_
3#define IV_SRC_CRYPTO_CRC16_HPP_
20 uint16_t
update(
const char *data, uint32_t length);
Crc16(Crc16 &&other)=delete
uint16_t m_value
Definition Crc16.hpp:23
Crc16 & operator=(const Crc16 &&other)=delete
Crc16(const Crc16 &other)=delete
Crc16()
Definition Crc16.cpp:28
uint16_t update(const char *data, uint32_t length)
Definition Crc16.cpp:33
Crc16 & operator=(const Crc16 &other)=delete