-8

I am working on calculating Deduplication percentage. Given two files as input and using hash. For that first I have to calculate the hash of the file preferably in C/C++. If anyone has the code can you please post it here. It would be very helpful.

Niall
  • 28,969
  • 9
  • 96
  • 135

1 Answers1

2

Boost hash You could use this, but any other librairy would work. Looks like you did poor research.