namazso / OpenHashTab

📝 File hashing and checking shell extension
GNU General Public License v3.0
3.12k stars 119 forks source link

add algorithm: bittorrent v2 merkle root hash #193

Open milahu opened 11 months ago

milahu commented 11 months ago

ed2k hash is already supported, so adding this seems legit

implementations of the bittorrent v2 merkle root hash algorithm:

this hash is used to share identical files between multiple torrents

effectively, it splits the file into 16*1024 byte blocks, adds zero blocks to get a power-of-two number of blocks, and builds a binary tree of hashes over these blocks