When I use hdfs dfs -checksum /file.txt in terminal, it gives /file.txt MD5-of-0MD5-of-512CRC32C 000002000000000000000000ccfadcfdcff630efa5628fb72620d535
How it was calculated?
Upto my understanding, crc-32 used to calculate the checksum of the file.
How crc-32 calculates the checksum value?