Move the checksum related routine from FileSystem to checksum, where they belong
authorOlivier Goffart <ogoffart@woboq.com>
Thu, 5 Jul 2018 12:24:44 +0000 (14:24 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:05 +0000 (10:58 +0100)
commitbf6e4174c881f293e74b83855325e0d33d95ce1b
tree3f668864fbee9a4e0ae02ddaf06914725ff29a32
parent198b65e9fcf1265f0ef724166367b72e997a511b
Move the checksum related routine from FileSystem to checksum, where they belong
src/common/checksums.cpp
src/common/checksums.h
src/common/filesystembase.cpp
src/common/filesystembase.h
test/CMakeLists.txt
test/testchecksumvalidator.cpp
test/testfilesystem.cpp [deleted file]