alexgorbatchev / crc

Blazingly fast CRC implementations for node.js and browser
MIT License
349 stars 72 forks source link

Allow incremental updates from existing hex digest #23

Closed aheyer closed 10 years ago

aheyer commented 10 years ago

At the moment you're providing incremental CRC32 calculation but only from an empty start state. Please provide a possibility to continue from an already calculated hex digest with new chunks of data coming in. Please compare buffer-crc32.

alexgorbatchev commented 10 years ago

Implemented