It would be great if numcodecs could implement the Fletcher checksum algorithm in a way compatible with how hdf5 does it. In this version, the checksum is simply appended to the end of the chunk bytes. See fsspec/kerchunk#274 for a dummy passthrough version.
There are some python implementations here:
It would be great if numcodecs could implement the Fletcher checksum algorithm in a way compatible with how hdf5 does it. In this version, the checksum is simply appended to the end of the chunk bytes. See fsspec/kerchunk#274 for a dummy passthrough version.
There are some python implementations here: