brianloveswords / buffer-crc32

A pure javascript CRC32 algorithm that plays nice with binary data
MIT License
97 stars 30 forks source link

Append mode #2

Closed mistakster closed 11 years ago

mistakster commented 11 years ago

I want to propose to you include an additional operating mode: append mode. Function can be called repeatedly on parts of data. The final result will be the same as if function was called ones on single piece.

brianloveswords commented 11 years ago

Awesome, thanks!