1
0
mirror of synced 2025-02-03 05:17:08 +01:00

7 lines
116 B
C
Raw Normal View History

2023-01-02 23:35:53 -05:00
#pragma once
#include <stddef.h>
#include <stdint.h>
uint32_t crc32(const void *src, size_t nbytes, uint32_t in);