alexgorbatchev / crc

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

Add Node.js ReadableStream support #9

Closed Dwakus closed 12 years ago

Dwakus commented 12 years ago

This adds crc[8,16,32]Stream functions as crc.stream.crc[8,16,32] that accept a Node.js ReadableStream object and a callback taking (error, crc)

alexgorbatchev commented 12 years ago

Hey @Dwakus, thanks for contributing. Why did you close the pull request?

dzcpy commented 8 years ago

Is it merged?