kolos450 / SsdeepNET

MIT License
5 stars 2 forks source link

Support incremental hashing #4

Open cocowalla opened 1 year ago

cocowalla commented 1 year ago

It would be great if support could be added for incremental hashing, in the style of IncrementalHash.

Imagine you are reading a file, block by block, and then performing some work on each block - such as hashing with multiple algorithms. IncrementalHash allows you to input data ot the hash function, piece by piece, and then get the final hash result only once all data has been added.