[Feature] Consideration for New hash algo, Rotohash
Is your feature request related to a problem? Please describe. Currently I don't think oshash is 'safe' algorithm at all and MD5 is known to be slow and collides. there seems to be other hashes like XXH3 and recently made new hash, Rotohash.
XXH3 is ok-ish hash, but seems like author is known for not caring hash collisions, and Rotohash seems to be more better choice as we are hashing >= 256K files, obviously.
Describe the solution you'd like Add Rotohash Implementation for video file hashing.
Describe alternatives you've considered Nothing.
Additional context XXH3 dev's neglection about hash collisions https://github.com/Cyan4973/xxHash/issues/180 https://github.com/cmuratori/meow_hash/issues/84#issuecomment-955098367
https://news.ycombinator.com/item?id=43981971 https://github.com/jandrewrogers/RotoHash
API Change Check
APIView identified API level changes in this PR and created the following API reviews
/check - enforcer override
/check-enforcer override