It would be nice to have a trait for implementing customized checksum generator factories as described in https://github.com/facebook/rocksdb/wiki/Full-File-Checksum-and-Checksum-Handoff#how-to-use-full-file-checksum
The API is here https://github.com/facebook/rocksdb/blob/main/include/rocksdb/file_checksum.h
I'm not sure how this could be implemented but I would be glad to help.
It would be nice to have a trait for implementing customized checksum generator factories as described in https://github.com/facebook/rocksdb/wiki/Full-File-Checksum-and-Checksum-Handoff#how-to-use-full-file-checksum
The API is here https://github.com/facebook/rocksdb/blob/main/include/rocksdb/file_checksum.h
I'm not sure how this could be implemented but I would be glad to help.