1
0
mirror of synced 2024-12-18 07:05:52 +01:00
bananatools/util/crc.h

7 lines
116 B
C
Raw Normal View History

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