diff options
Diffstat (limited to 'lib/crypto/crc32.h')
-rw-r--r-- | lib/crypto/crc32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/crc32.h b/lib/crypto/crc32.h new file mode 100644 index 0000000000..7854abf865 --- /dev/null +++ b/lib/crypto/crc32.h @@ -0,0 +1 @@ +uint32_t crc32_calc_buffer(const uint8_t *buf, size_t size); |