rabin icon indicating copy to clipboard operation
rabin copied to clipboard

Enhancement request: expose chunk_cut_fingerprint in JS out stream object

Open green-coder opened this issue 8 years ago • 7 comments

chunk_cut_fingerprint is not only useful inside the low level splitting algorithm. It can also be used by the JS program to group the sha256 hashes by using the upper bits (above the 14th bit) as delimiters. The idea is to have a merkel tree with a depth higher than 2, this is very needed for handling large files (1~2 GB).

I would be happy to implement the change myself, but I do not master the build process for C bind yet.

green-coder avatar Dec 28 '15 04:12 green-coder