blob: 591817cec7cfcf39c1fa9fca3bd52af3a2bee001 [file] [log] [blame]
James Kuszmaul64391362021-01-17 11:32:00 -08001#pragma once
2#include <re.h>
3
4void rawrtc_crc32c_init(void);
5
6uint32_t rawrtc_crc32c(void const* buffer, size_t length);