1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
samba-mirror/source4/lib/crypto/crc32.h
Stefan Metzmacher 62346e2b65 r11634: - make crc table static
- const uint8_t * in all places
- update header prototype

metze
(This used to be commit 91dfa4c28d)
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);