1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-30 08:23:49 +03:00
Files
samba-mirror/source/lib/crypto/crc32.h
Stefan Metzmacher 91dfa4c28d r11634: - make crc table static
- const uint8_t * in all places
- update header prototype

metze
2007-10-10 13:46:03 -05:00

2 lines
61 B
C

uint32_t crc32_calc_buffer(const uint8_t *buf, size_t size);