brianloveswords / buffer-crc32

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

Does not work in browser due to Buffer requirement #11

Closed matbee-eth closed 9 years ago

matbee-eth commented 9 years ago

This is not a pure javascript implementation, as it relies on Nodejs library.

brianloveswords commented 9 years ago

Have you tried with browserify? Because it works for me, it just accepts & returns Uint8Arrays instead of Buffers.

brianloveswords commented 9 years ago

Also, if you don't wanna use browserify, you can use https://github.com/feross/buffer