KasmVNC/common/network/webudp/CRC32.h

8 lines
157 B
C
Raw Normal View History

2022-07-26 12:38:14 +02:00
#pragma once
#include <stddef.h>
#include <stdint.h>
uint32_t StunCRC32(const void* data, int32_t len);
uint32_t SctpCRC32(const void* data, int32_t len);