#ifndef __utils_h
#define __utils_h

uint64_t get_system_time_in_milliseconds(void);
uint32_t crc32b(unsigned char *message);

#endif