I tried system calls, but since it`s not the best solution I thought there should be some other way of calculating checksums.
Is there any library or function that enables calculating file's checksums in c++ with various algorithms?
I tried system calls, but since it`s not the best solution I thought there should be some other way of calculating checksums.
Is there any library or function that enables calculating file's checksums in c++ with various algorithms?