Closed Mrgaton closed 3 months ago
I need the fastest way of checking the crc32 of large files so a native version would be great if I could call it with a byte[] or with a file path
You can use https://github.com/robertvazan/crc32c-hw/blob/master/crc32c/crc32c.c implementation of crc32c algorithm and change poly for crc32
Thanks
I need the fastest way of checking the crc32 of large files so a native version would be great if I could call it with a byte[] or with a file path