stash icon indicating copy to clipboard operation
stash copied to clipboard

[Feature] Consideration for New hash algo, Rotohash

Open tdlbugreport opened this issue 7 months ago • 1 comments

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

tdlbugreport avatar May 27 '25 11:05 tdlbugreport

API Change Check

APIView identified API level changes in this PR and created the following API reviews

com.azure:azure-identity

github-actions[bot] avatar Jun 16 '25 17:06 github-actions[bot]

/check - enforcer override

g2vinay avatar Jun 30 '25 23:06 g2vinay

/check-enforcer override

g2vinay avatar Jun 30 '25 23:06 g2vinay