1#ifndef IV_SRC_CRYPTO_HASH_LOMSCRC16_HPP_
2#define IV_SRC_CRYPTO_HASH_LOMSCRC16_HPP_
20 uint16_t
update(
const char *data, uint16_t length);
Definition LomsCrc16.hpp:10
uint16_t m_value
Definition LomsCrc16.hpp:23
LomsCrc16(LomsCrc16 &&other)=delete
uint16_t update(const char *data, uint16_t length)
Definition LomsCrc16.cpp:29
LomsCrc16 & operator=(const LomsCrc16 &&other)=delete
LomsCrc16(const LomsCrc16 &other)=delete
LomsCrc16 & operator=(const LomsCrc16 &other)=delete
LomsCrc16()
Definition LomsCrc16.cpp:25